1
0

Allow adding aditional nginx configuration through fragments

This commit is contained in:
Kukks
2020-10-21 14:32:03 +02:00
parent 10a0f0bd9f
commit fbc8b32c8e

View File

@@ -539,3 +539,6 @@ server {
{{ end }}
{{ end }}
{{ end }}
{{ if $.Env.ADDITIONAL_NGINX_CONFIG }}
{{ $.Env.ADDITIONAL_NGINX_CONFIG}}
{{ end }}