Skip to content

Commit 669f3f1

Browse files
authored
Update Caddyfile
1 parent 896b373 commit 669f3f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/configurations/Caddyfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
}
44

55
:9000 {
6+
# Redirect .well-known
7+
redir /.well-known/caldav /dav/
8+
redir /.well-known/carddav /dav/
9+
610
root * /var/www/davis/public
711
php_fastcgi unix//var/run/php-fpm/php-fpm.sock
812
file_server {
@@ -25,4 +29,4 @@
2529
X-Content-Type-Options nosniff
2630
}
2731

28-
}
32+
}

0 commit comments

Comments
 (0)