Re: nginx Digest, Vol 178, Issue 1

2025-07-07 Thread Liam Crilly
person managing the list at > nginx-ow...@nginx.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of nginx digest..." > > > Today's Topics: > >1. nginx-1.29.

Re: Re:

2025-07-06 Thread Liam Crilly
Perhaps start here instead? https://nginx.org/en/docs/install.html From: nginx on behalf of Matthew Ngaha Sent: 06 July 2025 21:01 To: nginx@nginx.org Subject: Re: CAUTION: This email has been sent from an external source. Do not click links, open at

Re: use a secondary upstream as backup

2025-04-23 Thread Liam Crilly via nginx
Alternative approach would be to use error_page to catch the 5xx response (502 I think) when there are no available upstream servers and then, from a named location, proxy_pass with HTTPS to the same upstream group. Modifying the original sample config below. There is a blog post for similar use

nginx.org repo now on GitHub

2024-05-13 Thread Liam Crilly via nginx
A small announcement to say that the sources for the nginx.org website are now maintained on GitHub: https://github.com/nginx/nginx.org Issues and PRs are open so please feel free to make suggestions and/or propose changes. Cheers, Liam. ___ nginx mail