Format files

This commit is contained in:
Eric Nemchik 2023-02-12 20:51:33 -06:00
commit 0eb569982b
16 changed files with 52 additions and 51 deletions

View file

@ -18,7 +18,7 @@ location ^~ /.well-known {
# in the Nextcloud `.htaccess` that concern `/.well-known`.
location = /.well-known/carddav { return 301 /nextcloud/remote.php/dav/; }
location = /.well-known/caldav { return 301 /nextcloud/remote.php/dav/; }
location = /.well-known/caldav { return 301 /nextcloud/remote.php/dav/; }
# Let Nextcloud's API for `/.well-known` URIs handle all other
# requests by passing them to the front-end controller.