update nginx.conf

This commit is contained in:
Rafi
2023-02-28 16:43:02 +08:00
parent 122704737a
commit 339dd1e0c6

View File

@@ -12,6 +12,8 @@ server {
{
proxy_pass ${SERVER_DOMAIN};
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}