typo
This commit is contained in:
parent
0b18d44f19
commit
cb31eab80d
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ in
|
||||||
autoindex on;
|
autoindex on;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"~ ^/calendar/([^/]+\.ics)$" = {
|
"~ ^/calendars/([^/]+\.ics)$" = {
|
||||||
alias = "/srv/http/calendars/$1";
|
alias = "/srv/http/calendars/$1";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
add_header Cache-Control "no-cache";
|
add_header Cache-Control "no-cache";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue