From fbc8b32c8e2ac3a7bae6bc1e5ffe1716226e33ee Mon Sep 17 00:00:00 2001 From: Kukks Date: Wed, 21 Oct 2020 14:32:03 +0200 Subject: [PATCH] Allow adding aditional nginx configuration through fragments --- Production/nginx.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index a2c3f99..c440fd8 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -539,3 +539,6 @@ server { {{ end }} {{ end }} {{ end }} +{{ if $.Env.ADDITIONAL_NGINX_CONFIG }} +{{ $.Env.ADDITIONAL_NGINX_CONFIG}} +{{ end }} \ No newline at end of file