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