Proxy websockets to API.

volumes
Inex Code 2022-08-12 22:14:28 +04:00
parent d6defd0924
commit 0858b7f213
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ in
locations = {
"/" = {
proxyPass = "http://127.0.0.1:5050";
proxyWebsockets = true;
};
};
};