Update default/main.yml by adding vars for generating custom locations in web_server mode

This commit is contained in:
Alexander Rublev 2018-11-14 23:50:12 +07:00
parent 709e52eb0b
commit 87db5ea0b8

View File

@ -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: