Updated Caddy for Nextcloud "caldav" fix
This commit is contained in:
parent
9c90bba795
commit
1e82250705
@ -236,8 +236,8 @@ in
|
|||||||
root * /var/lib/www/nextcloud
|
root * /var/lib/www/nextcloud
|
||||||
php_fastcgi unix//run/phpfpm/mypool.sock
|
php_fastcgi unix//run/phpfpm/mypool.sock
|
||||||
file_server
|
file_server
|
||||||
redir /.well-known/carddav /remote.php/dav 301
|
redir /.well-known/carddav /remote.php/dav/ 301
|
||||||
redir /.well-known/caldav /remote.php/dav 301
|
redir /.well-known/caldav /remote.php/dav/ 301
|
||||||
header {
|
header {
|
||||||
Strict-Transport-Security max-age=31536000;
|
Strict-Transport-Security max-age=31536000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user