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;
|
||||
domain = "g.ily.rs";
|
||||
forwardAuth = {
|
||||
enable = true;
|
||||
address = "localhost:3002";
|
||||
uri = "/api/auth/caddy";
|
||||
copyHeaders = [ "Remote-User" "Remote-Name" "Remote-Email" "Remote-Groups" ];
|
||||
enable = true;
|
||||
address = "localhost:3002";
|
||||
uri = "/api/auth/caddy";
|
||||
copyHeaders = [ "Remote-User" "Remote-Name" "Remote-Email" "Remote-Groups" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue