1
0

Revert "reduce templating around ADDITIONAL_NGINX_CONFIG"

This reverts commit 1804147354.
This commit is contained in:
Kukks
2020-10-28 10:53:32 +01:00
parent 1804147354
commit e44846d7a3

View File

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