nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_nginx_layouts/ubuntu-16.04/etc/nginx/proxy_params
2019-07-02 14:55:27 +02:00

4 lines
180 B
Text

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;