Hi all:
When I use nginx-0.7.59 as a revers proxy and cache server,it also
cache the php file,how to make it not cache php file ?
I thought the php file is not need to be cached.
Posted at Nginx Forum:
Hi all:
When I use nginx-0.7.59 as a revers proxy and cache server,it also
cache the php file,how to make it not cache php file ?
I thought the php file is not need to be cached.
Posted at Nginx Forum:
location ~ .php$ {
proxy_cache none;
}
it should do the trick
++ jerome
2009/5/28 perlish [email protected]:
On Thu, May 28, 2009 at 07:28:27AM +0200, J?r?me Loyet wrote:
location ~ .php$ {
proxy_cache none;
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs