Skip to content

Commit 75cc3b6

Browse files
committed
Update README.md by adding new introduced vars
1 parent 0e68067 commit 75cc3b6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,18 @@ nginx_http_template:
331331
cert: ssl/default.crt
332332
key: ssl/default.key
333333
web_server:
334-
html_file_location: /usr/share/nginx/html
335-
html_file_name: index.html
334+
locations:
335+
default:
336+
location: /
337+
html_file_location: /usr/share/nginx/html
338+
html_file_name: index.html
336339
http_demo_conf: false
337340
load_balancer:
338-
proxy_pass: backend
339-
health_check_plus: false
341+
locations
342+
location1:
343+
location: /
344+
proxy_pass: backend
345+
health_check_plus: false
340346
upstreams:
341347
upstream1:
342348
name: backend

0 commit comments

Comments
 (0)