Skip to content

Commit

Permalink
don't send cookie to server either
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Sep 2, 2018
1 parent 40af319 commit b32c5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Expand Up @@ -59,6 +59,7 @@ http {

proxy_set_header Host luarocks.local;
proxy_set_header X-Original-Host $http_host;
proxy_set_header Cookie "";
proxy_set_header X-Original-Scheme $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Lapis-Proxy yes;
Expand Down

0 comments on commit b32c5a9

Please sign in to comment.