From 8a14247abf6c245cd213334064a8d47bf98ddcb4 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 11 Jun 2021 19:18:08 +0200 Subject: [PATCH] Try that too --- nginx.conf.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 3f7eb80..ef8d78d 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -34,6 +34,7 @@ http { proxy_set_header Connection $connection_upgrade; proxy_redirect off; proxy_buffering off; + include proxy_params; proxy_pass http://backend; } }