Interpret X-Forwarded-For on app servers' nginx.

See:
    http://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from

(imported from commit adc4ebf46aefd1c71bda187d84519d8c31f6c590)
This commit is contained in:
Luke Faraone 2013-07-14 00:00:11 -04:00
parent 44b49b3bf8
commit 9bef61ad87
1 changed files with 4 additions and 0 deletions

View File

@ -36,3 +36,7 @@ location / {
fastcgi_buffers 1024 4k;
fastcgi_max_temp_file_size 0;
}
real_ip_header X-Forwarded-For;
# lb0.zulip.net elastic IP
set_real_ip_from 54.213.41.54;