updated config to support Nextcloud 29

This commit is contained in:
naturallaw77 2024-05-04 18:33:51 -07:00
parent f13c4a4d40
commit e9da09a637

View File

@ -235,8 +235,8 @@ in
root * /var/lib/www/nextcloud
php_fastcgi unix//run/phpfpm/mypool.sock
file_server
redir /.well-known/carddav /remote.php/carddav 301
redir /.well-known/caldav /remote.php/caldav 301
redir /.well-known/carddav /remote.php/dav 301
redir /.well-known/caldav /remote.php/dav 301
header {
Strict-Transport-Security max-age=31536000;
}