nginx-acme.sh-bootstrapping/proxy_params

4 lines
182 B
Plaintext
Raw Permalink Normal View History

2021-10-01 16:50:13 +02:00
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 $scheme;