Nginx似乎无法连接到任何上游服务器

我们有一个Nginx实例作为两个域的反向代理,每个域都托pipe在自己的框中。 或者,我们习惯了。 昨天我几乎没有完成用Pacman更新Nginx盒子,显然UPC失败了,整个系统失去了力量。 当UPC被换出时,系统重新启动,除了Nginx之外,所有的工作都很完美。

在尝试configuration文件的各种排列之后,好像它失去了联系其他服务器的能力,但是我不能确定地确认这一点,因为所有的日志都是worker process nnn exited on signal 11 (core dumped) ,我已经添加了行,告诉它存储转储,没有实际上正在生产。 它能够为本地存储的文件提供服务,而且我可以从命令行中curl其他服务器,但是当我尝试使用proxy_pass条目访问任何域时,它会popup一个空的响应。

安装现在是版本1.6.3,但我相信也是在更新之前。

编辑: nginx -V输出nginx -V

 nginx version: nginx/1.6.3 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/bin/nginx --pid-path=/run/nginx.pid --lock-path=/run/lock/nginx.lock --user=http --group=http --http-log-path=/var/log/nginx/access.log --error-log-path=stderr --http-client-body-temp-path=/var/lib/nginx/client-body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-imap --with-imap_ssl_module --with-ipv6 --with-pcre-jit --with-file-aio --with-http_dav_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_realip_module --with-http_spdy_module --with-http_ssl_module --with-http_stub_status_module --with-http_addition_module --with http_degradation_module --with-http_flv_module --with-http_mp4_module --with-http_secure_link_module --with-http_sub_module 

我刚跑了一次pacman -Syu ,还有另外一个更新。 显然这个软件包被意外的编译出来了,没有代理支持,我没有注意到。