Commit 6f376e2a authored by nimrod's avatar nimrod
Browse files

Revert "Remove proxying headers from the auth service."

This reverts commit 95403974.
parent 967609bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ 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;
    }
}