Can nginx be used as a reverse proxy for a backend websocket server?

前端 未结 7 2508
甜味超标
甜味超标 2020-11-30 19:51

We\'re working on a Ruby on Rails app that needs to take advantage of html5 websockets. At the moment, we have two separate \"servers\" so to speak: our main app running on

7条回答
  •  既然无缘
    2020-11-30 20:00

    How about use my nginx_tcp_proxy_module module?

    This module is designed for general TCP proxy with Nginx. I think it's also suitable for websocket. And I just add tcp_ssl_module in the development branch.

提交回复
热议问题