error_page and named locations
Jim Ohlstein
jim.ohlstein at gmail.com
Thu Dec 11 17:07:55 MSK 2008
I hate to be a nit-picker, but the spelling should be
"non_existent_request_file"
Jim
-----Original Message-----
From: owner-nginx at sysoev.ru [mailto:owner-nginx at sysoev.ru] On Behalf Of Igor
Sysoev
Sent: Thursday, December 11, 2008 5:52 AM
To: nginx at sysoev.ru
Subject: Re: error_page and named locations
I'm going to implement the non_existant_request_file directive to use
in similar configurations:
location ~\.php$ {
non_existant_request_file @drupal;
fastcgi_pass ..
}
This directive test a request file existance before passing a request
to fastcgi/proxy.
Could someone suggest better name ?
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list