fix: enable websockets for collabora

This commit is contained in:
teutat3s 2023-11-03 12:21:51 +01:00
parent 7a7e4ba4b4
commit 154c02cb63
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -9,10 +9,13 @@
enableACME = true;
forceSSL = true;
locations."/".extraConfig = ''
proxy_pass http://127.0.0.1:9980;
proxy_set_header Host $host;
'';
locations."/" = {
proxyWebsockets = true;
extraConfig = ''
proxy_pass http://127.0.0.1:9980;
proxy_set_header Host $host;
'';
};
};
virtualisation = {