fix send websocket

This commit is contained in:
陈浩南 2023-11-10 23:52:43 +08:00
parent 0294805326
commit 0e56ee4293

View File

@ -47,7 +47,7 @@ inputs:
nginx =
{
enable = true;
https."${send.hostname}".location."/".proxy.upstream = "http://127.0.0.1:1443";
https."${send.hostname}".location."/".proxy = { upstream = "http://127.0.0.1:1443"; websocket = true; };
};
redis.instances.send = { user = "root"; port = 9184; };
};