Revert nginx webdav config

This commit is contained in:
hoellen 2020-06-03 09:48:04 +02:00
parent b1d6464468
commit b650e65f66

View File

@ -26,11 +26,11 @@ server {
rewrite ^/.well-known/webfinger /public.php?service=webfinger last;
location = /.well-known/carddav {
return 301 $scheme://$host:$server_port/remote.php/dav;
return 301 https://$host/remote.php/dav;
}
location = /.well-known/caldav {
return 301 $scheme://$host:$server_port/remote.php/dav;
return 301 https://$host/remote.php/dav;
}
location / {