I am having issue running Actioncable on nginx server, every time I mount actioncable
mount ActionCable.server => '/cable'
the server will return
Started GET "/cable" for ::1 at 2016-05-24 11:42:16 -0400
Started GET "/cable/" [WebSocket] for ::1 at 2016-05-24 11:42:16 -0400
Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
before freezing
Any help is appreciated!