added Nextcloud HPBS to Caddy

This commit is contained in:
naturallaw77 2024-11-04 00:49:24 -08:00
parent 82d284a08b
commit 4ae735bbb3

View File

@ -243,7 +243,9 @@ in
extraConfig = '' extraConfig = ''
encode gzip zstd encode gzip zstd
root * /var/lib/www/nextcloud root * /var/lib/www/nextcloud
php_fastcgi unix//run/phpfpm/mypool.sock php_fastcgi unix//run/phpfpm/mypool.sock {
trusted_proxies private_ranges
}
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