How to set FastAPI websocket properly with NGINX?
I have set up a FastAPI WebSocket endpoint. It works without a problem on my local machine. But I can't get it to work with the NGINX server in the production properly. I can actually connect to the WebSocket, but…