Is possible to proxify external site with nginx like this:
server_name www.clientsite.com clientsite.com;
...
proxy_pass http://www.externalsite.com/;
This is the unique request of my client. He wants to do with caching for external links to your site for faster loading ... I have no ideas, I tried it and it works with some sites and some do not. Solutions?