fix: mixed casing in guestbook
This commit is contained in:
parent
64bc4855b6
commit
e7e761255e
1 changed files with 4 additions and 4 deletions
|
|
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue