From 0b04576057cd952face63e9ef11ca80f482e777a Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:14:43 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0d4ef5e..6593593 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -31,13 +31,13 @@ location __PATH__/ { location ~ ^/(login[^-/]|password-reset|resend-link|2fa-check) { limit_req zone=loginlimit; - proxy_pass http://web; + proxy_pass http://127.0.0.1:__PORT__; } # do not log periodic polling requests from logged in users location /api/updates/ { access_log off; - proxy_pass http://web; + proxy_pass http://127.0.0.1:__PORT__; } location / {