vueko/fuuko-proxy: Proxy websockets

This commit is contained in:
Simon Bruder 2023-12-17 11:57:51 +01:00
parent 47998fddd0
commit 9bd01d1e8c
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -6,10 +6,13 @@
enableACME = true;
forceSSL = true;
locations."/".extraConfig = ''
proxy_pass http://fuuko.vpn.sbruder.de/;
proxy_set_header Host ${fqdn};
'';
locations."/" = {
extraConfig = ''
proxy_pass http://fuuko.vpn.sbruder.de/;
proxy_set_header Host ${fqdn};
'';
proxyWebsockets = true;
};
})
[
"languagetool.sbruder.de"