Символ / в конце урла
Rauan Maemirov
rauan1987 at gmail.com
Wed Jul 30 15:37:27 MSD 2008
Если обращаться на /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;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20080730/4c17de3c/attachment.html>
More information about the nginx-ru
mailing list