Merge pull request 'fix: enable websockets for collabora' (#43) from fix/collabora-websockets into main

Reviewed-on: #43
Reviewed-by: b12f <hello@benjaminbaedorf.eu>
This commit is contained in:
b12f 2023-11-03 17:12:45 +00:00
commit 90b0fb53e6
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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