Files
LEMPer/nginx/http_proxy_ips
Edi Septriyanto 891fcac73e initial commit
2017-08-30 22:15:00 +07:00

8 lines
179 B
Plaintext

## Designed to be included to /etc/nginx/nginx.conf http{} or server{} block
# Varnish HTTP Accelerator
set_real_ip_from 127.0.0.1/32;
# Header
real_ip_header X-Forwarded-For;