ingress-proxy: fix keysmash
This commit is contained in:
parent
ceb6e6123f
commit
ae1f8fc1b4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue