ПРОЕКТЫ 


  АРХИВ 


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: Символ / в конце урла



Лично я лечу так
rewrite ^(.*/[^/\.]+)$ $1/ permanent;


Rauan Maemirov пишет:
Если обращаться на /qwerty/, то nginx успешно запускает скрипты из папки "qwerty".

Но если обращаться /qwerty, то "No input file specified". Как это лечится?

Вот мой локейшн

        location / {
            fastcgi_pass   unix:///var/log/php.sock;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  /path$fastcgi_script_name;
            include        fastcgi_params;
       }




 




Copyright © Lexa Software, 1996-2009.