Agree,
I work as performance architect , specializing in improving the performance
of trading applications and high traffic web sites. When I first began tuning
Apache (and then nginx) I realized the the internet was full of “helpful
suggestions”
about why you should set configuration X to thi
Hello Nginx users,
Now available: Nginx 1.12.2 for Windows
https://kevinworthington.com/nginxwin1122 (32-bit and 64-bit versions)
These versions are to support legacy users who are already using Cygwin
based builds of Nginx. Officially supported native Windows binaries are at
nginx.org.
Announce
Changes with nginx 1.12.217 Oct 2017
*) Bugfix: client SSL connections were immediately closed if deferred
accept and the "proxy_protocol" parameter of the "listen" directive
were used.
*) Bugfix: client connections might be dropped du
It sounds like you want to control what upstream servers are available
based on a set of criteria.
This setup might do what you want, just not implemented in the exact way
you desire:
https://medium.com/@sigil66/dynamic-nginx-upstreams-from-consul-via-lua-nginx-module-2bebc935989b
On Tue, Oct 1
Hi,
I have a requirement to de-select or exclude one or more servers from an
upstream group, if that server is either just newborn or exhausted
(overloaded or showing reduced performance).
So, consider there are servers A, B and C in the upstream group. An external
program periodically checks A,