Update default/main.yml by adding vars for generating custom locations in web_server mode
This commit is contained in:
parent
709e52eb0b
commit
87db5ea0b8
@ -164,8 +164,11 @@ nginx_http_template:
|
||||
cert: ssl/default.crt
|
||||
key: ssl/default.key
|
||||
web_server:
|
||||
html_file_location: /usr/share/nginx/html
|
||||
html_file_name: index.html
|
||||
locations:
|
||||
default:
|
||||
location: /
|
||||
html_file_location: /usr/share/nginx/html
|
||||
html_file_name: index.html
|
||||
http_demo_conf: false
|
||||
load_balancer:
|
||||
locations:
|
||||
|
Loading…
Reference in New Issue
Block a user