feat: Add nginx.conf.d for dokku
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Glenn Y. Rolland 2023-03-24 12:05:49 +01:00
parent ad066ee9b0
commit 897b6b923d
1 changed files with 2 additions and 0 deletions

2
nginx.conf.d/dav.conf Normal file
View File

@ -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;