Update nginx.conf

This commit is contained in:
oufmilo 2022-12-22 21:14:43 +01:00 committed by GitHub
parent a26ca1a90b
commit 0b04576057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 / {