Skip to content

Commit 87db5ea

Browse files
committed
Update default/main.yml by adding vars for generating custom locations in web_server mode
1 parent 709e52e commit 87db5ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

defaults/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,11 @@ nginx_http_template:
164164
cert: ssl/default.crt
165165
key: ssl/default.key
166166
web_server:
167-
html_file_location: /usr/share/nginx/html
168-
html_file_name: index.html
167+
locations:
168+
default:
169+
location: /
170+
html_file_location: /usr/share/nginx/html
171+
html_file_name: index.html
169172
http_demo_conf: false
170173
load_balancer:
171174
locations:

0 commit comments

Comments
 (0)