From bc79fe1532c39f318d373ee9d5c548278ad4ec19 Mon Sep 17 00:00:00 2001 From: Laszlo Janosi Date: Wed, 29 Jan 2020 09:59:15 +0100 Subject: [PATCH] Add: documentation for proxy-ssl-location-only --- docs/user-guide/nginx-configuration/configmap.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index e374a7f69..0475d5048 100755 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -178,6 +178,7 @@ The following table shows a configuration option's name, type, and the default v |[block-cidrs](#block-cidrs)|[]string|""| |[block-user-agents](#block-user-agents)|[]string|""| |[block-referers](#block-referers)|[]string|""| +|[proxy-ssl-location-only](#proxy-ssl-location-only)|bool|"false"| ## add-headers @@ -1045,3 +1046,9 @@ It's possible to use here full strings and regular expressions. More details abo _References:_ [http://nginx.org/en/docs/http/ngx_http_map_module.html#map](http://nginx.org/en/docs/http/ngx_http_map_module.html#map) + +## proxy-ssl-location-only + +Set if proxy-ssl parameters should be applied onyl on locations and not on servers. +_**default:**_ is disabled +