From a6b5a846503131a6c1139213914be11ebaabf1b6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 11 Jun 2021 19:27:48 +0200 Subject: [PATCH] Add that back, what --- nginx.conf.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index a34b203..3f7eb80 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; + proxy_pass http://backend; } } }