[root@master conf]# /opt/nginx/sbin/nginx -s reload
nginx: [emerg] unknown "scripts" variable
记录一下,还没有找到解决方案(欢迎留言)
1 修改
重新修该了nginx.conf 可以了,定位 是配置文件 local错误
参考
Example
You get the request "/info/" and have the following configuration:
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /home/www/scripts/php$fastcgi_script_name;
SCRIPT_FILENAME would equal "/home/www/scripts/php/info/index.php", but using $request_filename it would just be "/home/www/scripts/php/info/".
When using it's important as well. See here for further help:http://wiki.nginx.org/HttpFastcgiModule#fastcgi_split_path_info