vueko/fuuko-proxy: Proxy websockets
This commit is contained in:
parent
47998fddd0
commit
9bd01d1e8c
|
@ -6,10 +6,13 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
||||||
locations."/".extraConfig = ''
|
locations."/" = {
|
||||||
proxy_pass http://fuuko.vpn.sbruder.de/;
|
extraConfig = ''
|
||||||
proxy_set_header Host ${fqdn};
|
proxy_pass http://fuuko.vpn.sbruder.de/;
|
||||||
'';
|
proxy_set_header Host ${fqdn};
|
||||||
|
'';
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
[
|
[
|
||||||
"languagetool.sbruder.de"
|
"languagetool.sbruder.de"
|
||||||
|
|
Loading…
Reference in a new issue