1.出现的问题

    在修改nginx 配置文件的时候 修改了http处 重新启动就报错。

nginx: [emerg] invalid number of arguments in "proxy_pass" directive in /usr/local/nginx/conf/nginx.conf:46

2.问题分析

估计是文件写错了 一搜就找到了解决方案。

3.问题解决

 缺少了分号。

【nginx】nginx: [emerg] invalid number of arguments in_nginx

加上就可以了。