Skip to content
Snippets Groups Projects
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
Branches
No related tags found
No related merge requests found
......@@ -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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment