mirror of
https://github.com/cloudpanel-io/vhost-templates.git
synced 2026-05-18 16:33:30 +08:00
.
This commit is contained in:
@@ -19,10 +19,9 @@ server {
|
|||||||
location ^~ /.well-known {
|
location ^~ /.well-known {
|
||||||
location = /.well-known/carddav { return 301 /remote.php/dav/; }
|
location = /.well-known/carddav { return 301 /remote.php/dav/; }
|
||||||
location = /.well-known/caldav { return 301 /remote.php/dav/; }
|
location = /.well-known/caldav { return 301 /remote.php/dav/; }
|
||||||
location ^~ /.well-known { return 301 /index.php$uri; }
|
location /.well-known/acme-challenge { try_files $uri $uri/ =404; }
|
||||||
try_files $uri $uri/ =404;
|
location /.well-known/pki-validation { try_files $uri $uri/ =404; }
|
||||||
auth_basic off;
|
return 301 /index.php$request_uri;
|
||||||
allow all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{{settings}}
|
{{settings}}
|
||||||
|
|||||||
Reference in New Issue
Block a user