fix: enable nextcloud websocket for live collab

This commit is contained in:
Khaïs COLIN 2025-07-29 12:16:21 +02:00
parent 1825067fa7
commit db8e60b7c9
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -405,6 +405,7 @@
forceSSL = true;
};
"nextcloud.005540.xyz" = {
locations."/".proxyWebsockets = true;
enableACME = true;
forceSSL = true;
};