fix authentik proxy

This commit is contained in:
Tristan 2024-02-18 16:52:20 +00:00
parent d10be85bf3
commit ad566aaffd

View file

@ -160,11 +160,6 @@ in {
locations."~" = {
proxyPass = "http://localhost:8084";
proxyWebsockets = true;
extraConfig = ''
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
'';
};
};
};