feat: changes to authelia

This commit is contained in:
uttarayan21
2025-08-04 09:45:13 +05:30
parent f4204ab0fa
commit 8593ae10cf
3 changed files with 7 additions and 2 deletions

View File

@@ -96,7 +96,11 @@
};
caddy = {
virtualHosts."auth.darksailor.dev".extraConfig = ''
reverse_proxy localhost:5555
reverse_proxy localhost:5555 {
# header_up Host {http.request.header.X-Forwarded-Host}
# header_up X-Forwarded-Host {http.request.header.X-Forwarded-Host}
# header_up X-Forwarded-Proto {http.request.header.X-Forwarded-Proto}
}
'';
};
};