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

Signed-off-by: BuildTools <tim.tannert@tu-dortmund.de>
pull/1415/head
Tim 5 years ago committed by GitHub
parent b769bae69d
commit 87fa1a4c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save