From 3cf3889b92cf553ade47f51d0130d69e67e7f992 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 6 Nov 2022 22:03:27 -0600 Subject: Backed out changeset 10051617d075 --- miniflux/templates/nginx.conf.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'miniflux/templates') diff --git a/miniflux/templates/nginx.conf.j2 b/miniflux/templates/nginx.conf.j2 index 9eca4be..b0e4c32 100644 --- a/miniflux/templates/nginx.conf.j2 +++ b/miniflux/templates/nginx.conf.j2 @@ -20,9 +20,7 @@ server { ssl_stapling_verify on; location / { - set $upstream {{nginx_proxy_pass}}; - proxy_pass $upstream; - + proxy_pass {{nginx_proxy_pass}}; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; -- cgit v1.2.3