feat: Add nginx.conf.d for dokku
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-03-24 12:05:49 +01:00
parent ad066ee9b0
commit 897b6b923d

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;