I've set up nginx reverse proxies to send requests to Apache servers, to serve each incoming request so that the static content will be handle by itself and dynamic will be sent to Apache running on same machine.
But after completing the setup, the download speed become too low and it takes long time to download the static content. What can I do to improve this?