Fix nextcloud
This commit is contained in:
parent
eafc9b8127
commit
8103e7b0f4
|
@ -177,12 +177,13 @@ in
|
|||
addSSL = true;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
extraConfig = "
|
||||
extraConfig = ''
|
||||
location /.well-known/carddav {
|
||||
return 301 $scheme://$host/remote.php/dav;
|
||||
}
|
||||
location /.well-known/caldav {
|
||||
return 301 $scheme://$host/remote.php/dav;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue