Docker – nginx auth_request fails with 'upstream timed out'
I'm writing a simple reverse proxy to exchange a JWT for an API while connecting to a VOD service (livepeer). Testing on my machine, using docker. But the request always hangs. Here's the nginx.conf: events { } http { include…