From 75cc3b630e3674794cc4d871f93c83900b099008 Mon Sep 17 00:00:00 2001 From: Alexander Rublev Date: Fri, 16 Nov 2018 07:46:14 +0300 Subject: [PATCH] Update README.md by adding new introduced vars --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 512d235..509c57f 100644 --- a/README.md +++ b/README.md @@ -331,12 +331,18 @@ 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: - proxy_pass: backend - health_check_plus: false + locations + location1: + location: / + proxy_pass: backend + health_check_plus: false upstreams: upstream1: name: backend