ingress-proxy: fix keysmash

This commit is contained in:
41666 2024-01-06 16:11:58 -05:00
parent ceb6e6123f
commit ae1f8fc1b4

View file

@ -21,7 +21,7 @@ in {
upstreams = { upstreams = {
mango.servers."${tsHost "mango" 6167}" = {}; mango.servers."${tsHost "mango" 6167}" = {};
hsb.servers."${tsHost "happystaticbuzz" 8080}" = {}; hsb.servers."${tsHost "happystaticbuzz" 8080}" = {};
ks.servers."${tsHost "keysmash" 8080}" = {}; #ks.servers."${tsHost "keysmash" 8080}" = {};
}; };
virtualHosts = let virtualHosts = let
@ -81,7 +81,7 @@ in {
"keysmash.xn--q9jyb4c" = { "keysmash.xn--q9jyb4c" = {
locations."/" = { locations."/" = {
#proxyPass = "http://ks"; proxyPass = "http://ks";
proxyWebsockets = true; proxyWebsockets = true;
}; };