媛媛*小怪兽
If you have choices,choose the best! If you have no choices,do the best! 人生就是不断在学习路上进步的!!!!!!

你需要访问哪个页面,查看错误,就在哪个配置的域名下面进行配置

例如:

1.先找到要配置的文件  在进行编辑

# vim ×××××.××××.×××.conf

2.进去之后在server里面写  

server {

        access_log /data/log/www;

        listen 80;

        server_name abc.com www.abc.com;

        location / {

                root /data/www/www;

                index index.html index.htm;

        }

        error_log    logs/error_www.abc.com.log    error;     (这是查看错误日志文件的位置)

}

3.nginx -t    检查一下Nginx是否有误,没报错后方可进行重启

   service nginx restart     重启

4.然后运行页面 报错了直接进入错误日志中进行查看

直接    # vim logs/error_www.abc.com.log

 

欧克啦!!!去试试吧............

posted on 2018-05-08 17:06  媛味君  阅读(42793)  评论(2编辑  收藏  举报