mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-22 13:39:25 +00:00
Merge ce35996d4427623aaf782a5bcd7ff5f478346dfc into 6facdfba4f9fbfd193e49e9ab884f616af971e43
This commit is contained in:
commit
796833e4fd
@ -30,8 +30,8 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ^~ /.well-known {
|
location ^~ /.well-known {
|
||||||
location = /.well-known/carddav { return 301 $nc_proto://$host/remote.php/dav; }
|
location = /.well-known/carddav { return 301 $nc_proto://$host/remote.php/dav/; }
|
||||||
location = /.well-known/caldav { return 301 $nc_proto://$host/remote.php/dav; }
|
location = /.well-known/caldav { return 301 $nc_proto://$host/remote.php/dav/; }
|
||||||
location ^~ /.well-known { return 301 $nc_proto://$host/index.php$uri; }
|
location ^~ /.well-known { return 301 $nc_proto://$host/index.php$uri; }
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user