vueko/fuuko-proxy: Proxy websockets

renge2
Simon Bruder 2023-12-17 11:57:51 +01:00
parent 47998fddd0
commit 9bd01d1e8c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 7 additions and 4 deletions

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"