Closed bagasik closed 3 years ago
@bagasik hello! Check out this example with working Nginx configuration. Run with docker compose up
and open http://localhost:9000/chat/ which will be served by Nginx.
Make sure you have a proper allowed_origins
configured in Centrifugo. And check out Centrifugo logs.
Closing – sorry, I can't really help here – it's a bit offtopic for the issue tracker. Try asking for the help in our community rooms.
It's bad, I went through all the possible settings, not one does not work.
Join community channels and we can try to find a reason.
Where to find these community channels?
Hello. nginx centrifuge is not working. My system centos-release-7-6.1810.2.el7.centos.x86_64. Centrifugo v3.1.0 (Go version: go1.17.3)
The ip address opens 1.1.1.1:9000 It doesn't open https://my_site.io/connection/websocket ( in browser error Bad Request ). log nginx
12.4.12.78 - - [11/Nov/2021:14:11:26 +0100] "GET /connection/websocket HTTP/1.1" 400 12 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0"
What am I doing wrong?