mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-04 04:02:06 +02:00
bekkalokk/roundcube: temporary fix for webmail redirects
This commit is contained in:
@@ -10,8 +10,9 @@
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
kTLS = true;
|
kTLS = true;
|
||||||
locations = {
|
locations = {
|
||||||
"= /".return = "302 https://webmail.pvv.ntnu.no/roundcube";
|
# "= /".return = "302 https://webmail.pvv.ntnu.no/roundcube";
|
||||||
|
|
||||||
|
"/roundcube".return = "302 https://webmail.pvv.ntnu.no/";
|
||||||
"/afterlogic_lite".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";
|
"/squirrelmail".return = "302 https://webmail.pvv.ntnu.no/roundcube";
|
||||||
"/rainloop".return = "302 https://snappymail.pvv.ntnu.no/";
|
"/rainloop".return = "302 https://snappymail.pvv.ntnu.no/";
|
||||||
|
|||||||
Reference in New Issue
Block a user