|
|

搞不好这个,啥也没做就重启不了了,错误提示是[ol]nginx: [emerg] "location" directive is not allowed here in /usr/local/nginx/conf/enable-php-pathinfo.conf:2nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed[/ol]复制代码
enable-php-pathinfo.conf配置文件是这个
[ol] location ~ [^/]\.php(/|$) { fastcgi_pass unix:/tmp/php-cgi.sock; fastcgi_index index.php; include fastcgi.conf; include pathinfo.conf; }[/ol]复制代码
有大佬知道咋搞吗, |
|