Merge pull request #332 from aledbf/snippets
Add annotation to customize nginx configuration
This commit is contained in:
commit
33ab550290
11 changed files with 294 additions and 13 deletions
|
|
@ -334,6 +334,9 @@ http {
|
|||
proxy_set_header Accept-Encoding "";
|
||||
{{ end }}
|
||||
|
||||
{{/* Add any additional configuration defined */}}
|
||||
{{ $location.ConfigurationSnippet }}
|
||||
|
||||
{{ buildProxyPass $backends $location }}
|
||||
{{ else }}
|
||||
#{{ $location.Denied }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue