Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The idea is that the client uses two configurable listening addresses:
- one for the normal traffic (all the common server petitions), the current http_frontend_public_address
- and a new one for the websocket traffic (that can be configured to a different subdomain or port if it's necessary).
That is, we would be able to split these two different traffics. This would allow the use of proxies, caches or CDNs for the "normal traffic".
I'll attach a patch for review.