feat: Add nginx.conf.d for dokku
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ad066ee9b0
commit
897b6b923d
1 changed files with 2 additions and 0 deletions
2
nginx.conf.d/dav.conf
Normal file
2
nginx.conf.d/dav.conf
Normal 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;
|
Loading…
Reference in a new issue