Fixing again... more troubleshooting.

This commit is contained in:
Root User 2026-02-13 20:24:15 +01:00
parent 96028949c0
commit ad1287b7a9
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -151,6 +151,14 @@ in {
authResponseHeaders = [ authResponseHeaders = [
"X-Anubis-Authorized" "X-Anubis-Authorized"
]; ];
authRequestHeaders = [
"Cookie"
"X-Forwarded-Proto"
"X-Forwarded-Host"
"X-Forwarded-Uri"
"X-Forwarded-For"
"X-Real-Ip"
];
}; };
}; };
}; };