Reverse Proxies¶
Running Crossbar.io behind reverse proxies.
HAProxy¶
Write me.
Nginx¶
Write me. You can find some Nginx examples and hints here.
Note also that nginx’s default timeout is 60 seconds; use
proxy_read_timeout
option to increase this.
Apache¶
Apache supports proxying WebSocket connections using mod_proxy_wstunnel.