Update README.md by adding new introduced vars
This commit is contained in:
parent
0e68067c5f
commit
75cc3b630e
14
README.md
14
README.md
@ -331,12 +331,18 @@ 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:
|
||||||
proxy_pass: backend
|
locations
|
||||||
health_check_plus: false
|
location1:
|
||||||
|
location: /
|
||||||
|
proxy_pass: backend
|
||||||
|
health_check_plus: false
|
||||||
upstreams:
|
upstreams:
|
||||||
upstream1:
|
upstream1:
|
||||||
name: backend
|
name: backend
|
||||||
|
Loading…
Reference in New Issue
Block a user