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; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/".extraConfig = '' locations."/" = {
proxy_pass http://127.0.0.1:9980; proxyWebsockets = true;
proxy_set_header Host $host; extraConfig = ''
''; proxy_pass http://127.0.0.1:9980;
proxy_set_header Host $host;
'';
};
}; };
virtualisation = { virtualisation = {