From ea7185e60c43db4e3625f07cd3628ecfded52b4a Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 6 Nov 2022 21:39:24 -0600 Subject: Version updates --- ergo/templates/nginx.conf.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ergo') diff --git a/ergo/templates/nginx.conf.j2 b/ergo/templates/nginx.conf.j2 index 324376b..1b1a83b 100644 --- a/ergo/templates/nginx.conf.j2 +++ b/ergo/templates/nginx.conf.j2 @@ -1,9 +1,6 @@ server { listen 6697 ssl; - - set $upstream unix:/var/ergo/socket; - proxy_pass $upstream; - + proxy_pass unix:/var/ergo/socket; proxy_protocol on; ssl_certificate {{nginx_ssl_cert}}; -- cgit v1.2.3