Hello,

I'm using the following rewrite options

    {
        try_files   $uri @pico;
    }
    
    location @pico
    {
        rewrite     ^(.*)$ /index.php;
    }
    
    
So I would like to disable the rewrite for one subfolder. I have some PHP 
scripts with should not use the
rewrite call e.g. http://myserver/scripts/script1.php. All scripts with are in 
the /script location should not
use the rewrite to the index.

How can I do this?

Thanks

Phil
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to