Add exception for .well-known
All checks were successful
Eval nix flake / evals (push) Successful in 3m27s
All checks were successful
Eval nix flake / evals (push) Successful in 3m27s
This commit is contained in:
parent
fb286be3ec
commit
fd05e02137
@ -34,6 +34,7 @@
|
||||
"/nerds/".return = "301 https://www.pvv.ntnu.no/pvv/Nerdepizza";
|
||||
"/pvvmud/".extraConfig = proxy_tom;
|
||||
"= /pvvmud".return = "301 $request_uri/";
|
||||
"/.well-known/".extraConfig = proxy_tom;
|
||||
|
||||
# TODO: Redirect webmail
|
||||
"/webmail".return = "301 https://webmail.pvv.ntnu.no/squirrelmail";
|
||||
|
Loading…
Reference in New Issue
Block a user