Changed the in #1380 forgotten config file (#1409)

Signed-off-by: BuildTools <tim.tannert@tu-dortmund.de>
This commit is contained in:
Tim 2021-02-19 14:38:28 +01:00 committed by GitHub
parent b769bae69d
commit 87fa1a4c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -78,11 +78,11 @@ http {
#rewrite ^/.well-known/webfinger /public.php?service=webfinger last;
location = /.well-known/carddav {
return 301 $scheme://$host:$server_port/remote.php/dav;
return 301 $scheme://$host/remote.php/dav;
}
location = /.well-known/caldav {
return 301 $scheme://$host:$server_port/remote.php/dav;
return 301 $scheme://$host/remote.php/dav;
}
# set max upload size