Actions
Task #5105
closedEnable WebSocket support on nginx for infrastructure gateway
Start date:
Sep 21, 2016
Due date:
Sep 30, 2016
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
WebSocket is a protocol providing full-duplex communication channels over a single TCP connection. It basically allows full-duplex communication between clients and server.
Although tomcat 7 supports them, nginx (the reverse proxy) need some further configuration for support ws:// and wss:// (SSL Websocket)
Actions