imagick ext

This commit is contained in:
Wonderfall
2020-01-27 14:29:39 +01:00
parent fb7f548415
commit add34f5a38
2 changed files with 7 additions and 3 deletions

View File

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