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
|
cert: ssl/default.crt
|
||||||
key: ssl/default.key
|
key: ssl/default.key
|
||||||
web_server:
|
web_server:
|
||||||
html_file_location: /usr/share/nginx/html
|
locations:
|
||||||
html_file_name: index.html
|
default:
|
||||||
|
location: /
|
||||||
|
html_file_location: /usr/share/nginx/html
|
||||||
|
html_file_name: index.html
|
||||||
http_demo_conf: false
|
http_demo_conf: false
|
||||||
load_balancer:
|
load_balancer:
|
||||||
locations:
|
locations:
|
||||||
|
Loading…
Reference in New Issue
Block a user