fix: enable websockets for collabora #43

Merged
b12f merged 1 commit from fix/collabora-websockets into main 2023-11-03 17:12:45 +00:00

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 = {