ПРОЕКТЫ 


  АРХИВ 


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: настройка nginx



Добавил дополнительный location
[code]
        location /redmine/ {
            root /srv/www/redmine/redmine/public/;
            access_log /srv/www/redmine/redmine/log/access.log;
            error_log /srv/www/redmine/redmine/log/error.log;
            index index.html;
            passenger_enabled on;
            allow all;
        }
[/code]

запрос mydomain.com/redmine выводит 404 ошибку, но
от редмайна, не нгинксовую

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,171908,171915#msg-171915


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.