nginx-ultimate-bad-bot-blocker/dev-tools/distribution_nginx_layouts/ubuntu-16.04/etc/nginx/proxy_params
Mitchell Krog 17f99ffdc0
[GHA] Copy scripts to new dev-tools
Test generate-files.sh
2021-06-21 11:33:56 +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;