enable-php-pathinfo.conf出了问题,请问军哥怎么恢复。
enable-php-pathinfo.conf出了问题,请问怎么恢复。Starting nginx... nginx: "location" directive is not allowed here in /usr/local/nginx/conf/vhost/enable-php-pathinfo.conf:2
failed 只要没动过 enable-php-pathinfo.conf 肯定不是 enable-php-pathinfo.conf 的问题,你自己看看你虚拟主机 enable-php-pathinfo.conf 前后的配置 location /
{
try_files $uri $uri/ /index.php?$args;
}
location ~ [^/]\.php(/|$)
{
fastcgi_passunix:/tmp/php-cgi.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $request_uri;
include fastcgi.conf;
include pathinfo.conf;
}
是上面这些代码 都 enable-php-pathinfo.conf了,再加上pathinfo的代码不是多此一举了 看来是这里错了,马上改回来看看,顺便问一下如何单独卸载和安装nginx 去掉了 fastcgi_param PATH_INFO $request_uri;还是不行,请教军哥怎么单独卸载neginx然后再重装的方法
回复 6# 的帖子
整段location,要不你就贴出完整配置文件看看
页:
[1]