Add annotation to customize nginx location configuration

This commit is contained in:
Manuel de Brito Fontes 2017-02-23 15:10:32 -03:00
parent 852b598c02
commit a20c287614
11 changed files with 294 additions and 13 deletions

View file

@ -331,6 +331,9 @@ http {
proxy_set_header Accept-Encoding "";
{{ end }}
{{/* Add any additional configuration defined */}}
{{ $location.ConfigurationSnippet }}
{{ buildProxyPass $backends $location }}
{{ else }}
#{{ $location.Denied }}