Skip to content

Commit

Permalink
Merge pull request #790 from arjanschaaf/duplicate-real-ip
Browse files Browse the repository at this point in the history
#789 removing duplicate X-Real-IP header
  • Loading branch information
aledbf authored May 29, 2017
2 parents 32f2438 + a854dc7 commit d13b293
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ http {
proxy_set_header ssl-client-cert $ssl_client_cert;
{{ end }}

# Pass Real IP
proxy_set_header X-Real-IP $the_real_ip;

# Allow websocket connections
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
Expand Down

0 comments on commit d13b293

Please sign in to comment.