nginx-ultimate-bad-bot-blocker/dev-tools/distribution_nginx_layouts/ubuntu-18.04/etc/nginx/proxy_params
2021-07-04 13:55:11 +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;