fix(metis): Add permanent redirect from /calendrier to /
This commit is contained in:
parent
d48a9bcc4b
commit
6608ae7726
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ let
|
|||
}/remote.php/dav/public-calendars/;
|
||||
'';
|
||||
}) providers;
|
||||
|
||||
extraConfig = ''
|
||||
rewrite ^/calendrier(.*)$ $1 permanent;
|
||||
'';
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue