Skip to content

Commit

Permalink
Revert "Also set HTTP_CLIENT_IP when proxying to Rails processes"
Browse files Browse the repository at this point in the history
This reverts commit 9063e9b.
  • Loading branch information
purcell committed Sep 3, 2013
1 parent 9063e9b commit 4d7bd24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx-run
Expand Up @@ -106,7 +106,6 @@ http {
location @backend {
proxy_set_header X-Real-IP \$remote_addr;
proxy_set_header CLIENT_IP \$remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header Host \$http_host;
proxy_read_timeout 120;
Expand Down

0 comments on commit 4d7bd24

Please sign in to comment.