how Nginx proxy works
问题 I'm just curious about how nginx proxy works. I have two servers, one for frontend and another for storing files. currently all download links looks like this http://server2.com/examplefile.zip instead if I enable nginx (server 1) to proxy requests to server 2, so the links will look like http://server1.com/proxy/examplefile.zip but if I do that, does both servers consume bandwidth? if a user downloads a 1 GB file via nginx proxy does both servers consume 1 gb bandwidth or just server 2