Update Caddyfile

This commit is contained in:
Cyril Chapellier 2025-04-09 21:22:17 +02:00 committed by GitHub
parent 896b373285
commit 669f3f1a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,10 @@
}
:9000 {
# Redirect .well-known
redir /.well-known/caldav /dav/
redir /.well-known/carddav /dav/
root * /var/www/davis/public
php_fastcgi unix//var/run/php-fpm/php-fpm.sock
file_server {
@ -25,4 +29,4 @@
X-Content-Type-Options nosniff
}
}
}