ПРОЕКТЫ 


  АРХИВ 


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 не отрабатывает ревр айт



100matolog wrote:

    server {
        listen          80;
        server_name     fpm.test.ru;
        client_max_body_size 101M;
        location / {
            root        /usr/local/www/della/htdocs/;
            index       index.html, index.php ;
access_log /var/log/nginx/localhost-access.log main; error_log /var/log/nginx/localhost-error.log error;
        }
    location /my/ {
                if (!-e $request_filename) {
                        rewrite ^/$ /my/ permanent;
                }
    }
...
за каким болтом он лезет в директорию "/usr/local/etc/nginx/html/my/....

Патамучта вы не определили root ни на уровне server (тогда он бы наследовался в /my/) ни в самом "location /my/"


--
Best regards,
Andrew A. Kopeyko <kaa@xxxxxxxx>
http://www.zvuki.ru/

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


 




Copyright © Lexa Software, 1996-2009.