server {
listen 80;
server_name abc.com www.abc.com;
charset utf-8;
index index.php index.html;
root /www/wwwroot/abc.com/wwwroot/public;
autoindex off;
access_log /www/wwwlogs/abc.com.log;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
include enable-php-56.conf;
location ~ \.(gif|jpg|jpeg|png|bmp|ico|css|js)$ {
expires max;
}
}
这个是V3.3.0的配置文件,可是5.3.0就不能用。环境检测也通过。abc.com/install/ping也是OK
高手帮忙看看,我水平不行,看看配置文件要怎么修改。
以下是安装助手的浏览器Console