mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 09:40:26 +00:00
7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
proxy_set_header X-Forwarded-Proto https;
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
proxy_set_header X-Forwarded-for $proxy_add_x_forwarded_for;
|
|
proxy_set_header Host $host;
|
|
|
|
more_set_headers 'X-Proxy-Params: Applied';
|