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; 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"