fix: mixed casing in guestbook

This commit is contained in:
Lewis Wynne 2026-04-27 19:59:09 +01:00
parent 64bc4855b6
commit e7e761255e

View file

@ -13,10 +13,10 @@
enable = true; enable = true;
domain = "g.ily.rs"; domain = "g.ily.rs";
forwardAuth = { forwardAuth = {
enable = true; enable = true;
address = "localhost:3002"; address = "localhost:3002";
uri = "/api/auth/caddy"; uri = "/api/auth/caddy";
copyHeaders = [ "Remote-User" "Remote-Name" "Remote-Email" "Remote-Groups" ]; copyHeaders = [ "Remote-User" "Remote-Name" "Remote-Email" "Remote-Groups" ];
}; };
}; };