Commit 967609bc authored by nimrod's avatar nimrod
Browse files

Remove proxying headers from the auth service.

The headers should be set in the server that has the /validate endpoint
so we can get the correct client IP.
parent cc92adb0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ server {
    location / {
        proxy_pass              http://$auth:8080$request_uri;
        proxy_http_version      1.1;
        include                 snippets/proxy-headers.conf;
        include                 snippets/allow-shore-ips.conf;
    }
}