mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
8 lines
178 B
Plaintext
8 lines
178 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;
|