Re: Nginx Reverse Proxy - Stale proxy_pass URL

2022-03-08 Thread Francis Daly
On Mon, Mar 07, 2022 at 07:53:04PM +, Ben Mills wrote: Hi there, > Question-1 > > Is there a directive to add to our nginx.conf server block that will force > nginx to re-resolve its proxy_pass URL upon error? If not upon error, then > perhaps at some configurable time interval? > As the

Re: Nginx Reverse Proxy - Stale proxy_pass URL

2022-03-07 Thread Sergey A. Osokin
Hi Ben, hope you're doing well. On Mon, Mar 07, 2022 at 07:53:04PM +, Ben Mills wrote: > Greetings nginx, > > nginx version: nginx/1.18.0 running an AWS EC2 instance with an Amazon Linux > 2 AMI. I'd highly recommend to update the nginx OSS to the recent stable version, 1.20.2 [1]. [...]

Nginx Reverse Proxy - Stale proxy_pass URL

2022-03-07 Thread Ben Mills
Greetings nginx, nginx version: nginx/1.18.0 running an AWS EC2 instance with an Amazon Linux 2 AMI. Using this nginx.conf for reverse proxy and mutual authentication of some specialized mobile devices. server { listen 443 ssl ; server_name serviceapi.