blob: ab092a98f3077e803558969c0ccf10574ec418bf [file] [log] [blame]
halil.cakal3a9613f2024-06-17 09:24:59 +01001proxy_set_header Host $host;
2proxy_set_header X-Real-IP $remote_addr;
3proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
4proxy_set_header X-Forwarded-Proto $scheme;