fix warning in nextcloud setup check

This commit is contained in:
hoellen 2018-10-31 10:59:42 +01:00
parent c9345af782
commit 802357d0db

View File

@ -19,11 +19,11 @@ server {
}
location = /.well-known/carddav {
return 301 $scheme://$host/remote.php/dav;
return 301 https://$host/remote.php/dav;
}
location = /.well-known/caldav {
return 301 $scheme://$host/remote.php/dav;
return 301 https://$host/remote.php/dav;
}
location / {