remove extra config and allow websockets

This commit is contained in:
2024-09-29 08:38:48 +05:30
parent f67e187494
commit 856be27a3f

View File

@ -24,9 +24,7 @@
locations = {
"/" = {
proxyPass = "http://localhost:8888";
extraConfig = ''
proxy_set_header Host $host;
'';
proxyWebsockets = true;
};
"/api/live/" = {