add compatibility link for /all.ics
This commit is contained in:
parent
e6f65cb8b5
commit
cd4d499fe7
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ in
|
||||||
autoindex on;
|
autoindex on;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"/all.ics" = {
|
||||||
|
return = "301 https://www.berlin.ccc.de/calendars/all.ics";
|
||||||
|
};
|
||||||
"~ ^/calendars/([^/]+\.ics)$" = {
|
"~ ^/calendars/([^/]+\.ics)$" = {
|
||||||
alias = "/srv/http/calendars/$1";
|
alias = "/srv/http/calendars/$1";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue