This commit is contained in:
Stefan Wieczorek
2022-05-19 18:50:11 +02:00
parent 968d7794cb
commit 0d45d16c77

View File

@@ -19,10 +19,9 @@ server {
location ^~ /.well-known {
location = /.well-known/carddav { return 301 /remote.php/dav/; }
location = /.well-known/caldav { return 301 /remote.php/dav/; }
location ^~ /.well-known { return 301 /index.php$uri; }
try_files $uri $uri/ =404;
auth_basic off;
allow all;
location /.well-known/acme-challenge { try_files $uri $uri/ =404; }
location /.well-known/pki-validation { try_files $uri $uri/ =404; }
return 301 /index.php$request_uri;
}
{{settings}}