fix: apparently this is the correct setting, we'll see if it helps

This commit is contained in:
Ahwx 2025-03-05 16:42:01 +01:00
parent 2c790453a1
commit 3f45fc330a

View file

@ -11,7 +11,7 @@
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $remote_addr; proxy_set_header X-Forwarded-Host $remote_addr;
''; '';
}; };