1
0
Fork 0

bekkalokk/webmail: add redirects for old webmail locations

This commit is contained in:
Oystein Kristoffer Tveit 2024-04-11 10:47:13 +02:00
parent 3352e48f47
commit 614c2d624c
Signed by untrusted user: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,11 @@
forceSSL = true;
enableACME = true;
kTLS = true;
locations."= /" = {
return = "302 https://webmail.pvv.ntnu.no/roundcube";
locations = {
"= /".return = "302 https://webmail.pvv.ntnu.no/roundcube";
"/afterlogic_lite".return = "302 https://webmail.pvv.ntnu.no/roundcube";
"/squirrelmail".return = "302 https://webmail.pvv.ntnu.no/roundcube";
"/rainloop".return = "302 https://webmail.pvv.ntnu.no/roundcube";
};
};
}