| 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 ;
 
-                   proxy_pass ;
+                   proxy_pass ;
 
            }
            location ~ ^/photos/(d|i|f).* {
                  proxy_pass ;
 
-                   proxy_pass ;
+                   proxy_pass ;
 
            }
Но выдает ошибку:
[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
 
Игорь Сысоев
 
 |