feat: adds websockets so that sharkey works

This commit is contained in:
Ahwx 2024-11-10 22:37:36 +01:00
parent 618e037652
commit b05b580ef8

View file

@ -6,6 +6,7 @@
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://localhost:3000"; proxyPass = "http://localhost:3000";
proxyWebsockets = true;
}; };
}; };
}; };