/usr/local/nginx/sbin/nginx -t
the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
configuration file /usr/local/nginx/conf/nginx.conf test is successful
都有成功
也加入vhost 在 玉米.conf 加入
listen 80;
server_name 127.0.0.1;
index index.html index.htm index.php default.html default.htm default.php;
root /home/wwwroot;
include discuz.conf;