Actions
Bug #31
closedWebsocket connection on test server can't be established
Start date:
01/15/2025
Due date:
% Done:
100%
Estimated time:
Description
On the test server the client can't connect to the websocket.
This is probably due to the connection being passed by proxy twice.
To fix the issue the production server will pass all connections meant for the c++ webserver (websocket and http) directly to the server,
instead of to nginx.
Actions