Re: proxy_pass и слэш в конце
Anton
anton200 at gmail.com
Thu Nov 23 12:51:20 MSK 2006
> >> > Думается о простом: набираем http://www.site.ru/dir и попадаем в
> >> > http://www.site.ru/dir/. А там index.php.
> >> > Используется nginx и апач бакэндом. Конф вроде бы простой:
> > ...
> >> > Но указанный финт dir -> dir/ не работает. Пробовал
> >> > proxy_redirect http://localhost:81/ /;
> >> > тоже не помогает.
...
> > # telnet localhost 81
> > Trying 127.0.0.1...
> > Connected to localhost.
> > Escape character is '^]'.
> > GET http://localhost:81/adm HTTP/1.0
> >
> > HTTP/1.1 301 Moved Permanently
> > Date: Thu, 23 Nov 2006 09:31:35 GMT
> > Server: Apache/1.3.29 (Unix)
> > Location: http://site.ru:81/adm/
>
> ^^^^^^^^^^
> proxy_redirect http://site.ru:81/ /;
уй, точно! благодарности!
--
engineer
More information about the nginx-ru
mailing list