forked from pub-solar/infra
Merge pull request 'fix: enable websockets for collabora' (#43) from fix/collabora-websockets into main
Reviewed-on: pub-solar/infra#43 Reviewed-by: b12f <hello@benjaminbaedorf.eu>
This commit is contained in:
commit
90b0fb53e6
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue