Hi,<br><br>i setup nginx and it&#39;s working great for us for static files. I&#39;m wondering if nginx would be suited for the following scenario:<br><br>We have an application server that has a lot of .php files and even more static files (.gif, .jpg etc).<br>
<br>Can i put nginx in front of if like a proxy but have nginx cache the static files (everything except the .php stuff). So that only .php requests reach the server and the static files will be cached on the nginx machine once the get retrieved from the upstream server.<br>
<br>Thx for your help<br><br>Patrick<br>