By the way, the nginx upstream module docs use names instead of ip
addresses...
http://nginx.org/en/docs/http/ngx_http_upstream_module.html
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bug
Ok, strange that this problem suddenly appeared in 15.04 vivid
I might have hijacked this bug report as the original issue might be
unrelated?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/
temporary fix:
instead of
upstream jenkins {
server localhost:8080 fail_timeout=0;
}
we now use
upstream jenkins {
server 127.0.0.1:8080 fail_timeout=0;
}
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://
systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset:
enabled)
Active: failed (Result: exit-code) since Thu 2015-05-07 10:47:47 EDT; 8min
ago
Process: 540 ExecSta