location handler

Denis F. Latypoff denis at gostats.ru
Tue Jul 24 19:22:05 MSD 2007


Hello Igor,

Tuesday, July 24, 2007, 10:02:09 PM, you wrote:

> Я хочу сделать такие location'ы или handler'ы, в которые можно попасть
> из error_page без изменения URI:

>     location / {
-         error_page  404 = hand1;
+         error_page  404 = *hand1;
>     }

-     handler hand1 {
+     *hand1 {
>         proxy_pass  ...;
>     }

> Вопрос только в синтаксисе. Варианты:

> 1)    handler name, мне не особо нравится

> 2)    location !@$% name, нужно придумать модификатор типа =, ~, ~*, ^~.

> 3)    что-то ещё.


--
Best regards,
 Denis                            mailto:denis at gostats.ru






More information about the nginx-ru mailing list