Fix connection errors between nginx and jester (#3249)
Jester is currently getting near-zero RPS and there are many errors like
this in the log:
[error] 31982#0: *72922 connect() failed (111: Connection refused)
while connecting to upstream, client: 204.93.249.210, server: _,
request: "GET /json HTTP/1.1", upstream: "http://[::1]:9001/json",
host: "TFB-server"
Notice the [::1] upstream address. It looks like jester is refusing
connections for the ipv6 version of localhost. It accepts the ipv4
version 127.0.0.1 though.