mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 23:21:13 +01:00
11 lines
298 B
Text
11 lines
298 B
Text
# ssl-proxy-params.conf
|
|
|
|
proxy_redirect off;
|
|
proxy_set_header Host $http_host;
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
proxy_set_header X-Forwarded-Proto https;
|
|
|
|
# remove if not needed
|
|
# proxy_set_header X-Forwarded-Host $server_name;
|
|
|