6 messages in ru.sysoev.nginxRe[2]: Named location explicit config
FromSent OnAttachments
Igor ClarkSep 22, 2008 4:21 am 
Igor ClarkSep 22, 2008 4:44 am 
Denis F. LatypoffSep 22, 2008 4:48 am 
Igor ClarkSep 22, 2008 6:12 am 
Denis F. LatypoffSep 22, 2008 6:22 am 
Igor ClarkSep 22, 2008 7:39 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re[2]: Named location explicit configActions...
From:Denis F. Latypoff (den@gostats.ru)
Date:Sep 22, 2008 4:48:12 am
List:ru.sysoev.nginx

Hello Igor,

Monday, September 22, 2008, 6:45:18 PM, you wrote:

Of course, I meant to type

location ~ \.php$ {

ahem!

On 22 Sep 2008, at 12:21, Igor Clark wrote:

Hi,

Is it possible to route specific types directly to a named location without using error_page?

no

e.g.

location \.php$ { @phpapp; }

That doesn't work, but is there any way to do this?

Thanks very much, Igor