From 1678d5c8268a2c31d763f1450fc15697da2f66ca Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 22 Sep 2022 19:32:39 +0100 Subject: [PATCH] Update 'scripts/nginx-site-template.conf' --- scripts/nginx-site-template.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nginx-site-template.conf b/scripts/nginx-site-template.conf index 2c91aa9..16db94a 100644 --- a/scripts/nginx-site-template.conf +++ b/scripts/nginx-site-template.conf @@ -7,7 +7,7 @@ server { ssl_certificate_key /etc/letsencrypt/live/#serverNameVar/privkey.pem; location / { - proxy_pass http://127.0.0.1:8080/; + proxy_pass #http://127.0.0.1:8080/; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-For $remote_addr;