If I have A (Client) => B (Ngix Server) => C (Proxy) => D (Content) structure, will server B double the traffic of using proxy C ?
Is there a way for the front end to connect to proxy C directly with javascript and then connect to content server D?
Thank you