Fix nextcloud

This commit is contained in:
Jimbo 2024-08-23 01:05:44 -04:00
parent eafc9b8127
commit 8103e7b0f4

View file

@ -177,12 +177,13 @@ in
addSSL = true; addSSL = true;
locations."/" = { locations."/" = {
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = " extraConfig = ''
location /.well-known/carddav { location /.well-known/carddav {
return 301 $scheme://$host/remote.php/dav; return 301 $scheme://$host/remote.php/dav;
} }
location /.well-known/caldav { location /.well-known/caldav {
return 301 $scheme://$host/remote.php/dav; return 301 $scheme://$host/remote.php/dav;
'';
}; };
}; };
}; };