Welcome to mirror list, hosted at ThFree Co, Russian Federation.

proxy_params « nginx « default_vhost « ubuntu_nginx_1_4_6 « etc_nginx « testdata « tests « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df75bc5d74fa18c1fb818e9ad497e4154a2f84a7 (plain)
1
2
3
4
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;