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