ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: проксирование в за висимости от URL



On Tue, 21 Feb 2006, Kovrigin Roman wrote:

Хочется сделать так:
            location ~ ^/photos/(a|b|c).* {
                  proxy_pass http://some.url/;

-                   proxy_pass http://some.url/;
+                   proxy_pass http://some.url;

            }

            location ~ ^/photos/(d|i|f).* {
                  proxy_pass http://other.url/;

-                   proxy_pass http://other.url/;
+                   proxy_pass http://other.url;

            }

Но выдает ошибку:
[root@xxxxxxxxxx:~]# nginx -t
2006/02/21 13:01:28 [emerg] 736#0: "proxy_pass" may not have URI part in location given by regular expression in /usr/local/etc/nginx/nginx.conf:116


Игорь Сысоев
http://sysoev.ru



 




Copyright © Lexa Software, 1996-2009.