mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Revert nginx webdav config
This commit is contained in:
parent
b1d6464468
commit
b650e65f66
@ -26,11 +26,11 @@ server {
|
||||
rewrite ^/.well-known/webfinger /public.php?service=webfinger last;
|
||||
|
||||
location = /.well-known/carddav {
|
||||
return 301 $scheme://$host:$server_port/remote.php/dav;
|
||||
return 301 https://$host/remote.php/dav;
|
||||
}
|
||||
|
||||
location = /.well-known/caldav {
|
||||
return 301 $scheme://$host:$server_port/remote.php/dav;
|
||||
return 301 https://$host/remote.php/dav;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Loading…
x
Reference in New Issue
Block a user