We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e68067 commit 75cc3b6Copy full SHA for 75cc3b6
README.md
@@ -331,12 +331,18 @@ nginx_http_template:
331
cert: ssl/default.crt
332
key: ssl/default.key
333
web_server:
334
- html_file_location: /usr/share/nginx/html
335
- html_file_name: index.html
+ locations:
+ default:
336
+ location: /
337
+ html_file_location: /usr/share/nginx/html
338
+ html_file_name: index.html
339
http_demo_conf: false
340
load_balancer:
- proxy_pass: backend
- health_check_plus: false
341
+ locations
342
+ location1:
343
344
+ proxy_pass: backend
345
+ health_check_plus: false
346
upstreams:
347
upstream1:
348
name: backend
0 commit comments