service-nextcloud/nginx.conf.d/dav.conf
Glenn Y. Rolland 897b6b923d
All checks were successful
continuous-integration/drone/push Build is passing
feat: Add nginx.conf.d for dokku
2023-03-24 12:05:49 +01:00

3 lines
157 B
Plaintext

rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ permanent;
rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ permanent;