Skip to content

Commit

Permalink
#789 removing duplicate X-Real-IP header introduced 4bd4bf3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Schaaf committed May 29, 2017
1 parent 32f2438 commit a854dc7
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 a854dc7

Please sign in to comment.