mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-03 01:58:27 +01:00
Signed-off-by: BuildTools <tim.tannert@tu-dortmund.de>
This commit is contained in:
parent
b769bae69d
commit
87fa1a4c14
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue