Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: location handler
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@xxxxxxxxxx
|