calendars
This commit is contained in:
parent
d4bad56947
commit
ea32378a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ in
|
||||||
autoindex on;
|
autoindex on;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"~ ^/calendar/[^/]+\.ics$" = {
|
"~ ^/calendars/[^/]+\.ics$" = {
|
||||||
root = "/srv/http/ics";
|
root = "/srv/http/ics";
|
||||||
tryFiles = "$uri $uri/ $uri.ics =404";
|
tryFiles = "$uri $uri/ $uri.ics =404";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue