From 897b6b923d56db819d3a3021a5fe95259dc4cf17 Mon Sep 17 00:00:00 2001 From: Glenn Date: Fri, 24 Mar 2023 12:05:49 +0100 Subject: [PATCH] feat: Add nginx.conf.d for dokku --- nginx.conf.d/dav.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nginx.conf.d/dav.conf diff --git a/nginx.conf.d/dav.conf b/nginx.conf.d/dav.conf new file mode 100644 index 0000000..cc89126 --- /dev/null +++ b/nginx.conf.d/dav.conf @@ -0,0 +1,2 @@ +rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ permanent; +rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ permanent;