Allow adding aditional nginx configuration through fragments
This commit is contained in:
@@ -539,3 +539,6 @@ server {
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if $.Env.ADDITIONAL_NGINX_CONFIG }}
|
||||||
|
{{ $.Env.ADDITIONAL_NGINX_CONFIG}}
|
||||||
|
{{ end }}
|
||||||
Reference in New Issue
Block a user