mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
ChangeLog: http://nginx.org/en/CHANGES-1.12 Remove IPV6 knob, IPv6 now compiled-in automatically if support is found. Also, remove third-party modules: o) udplog o) statsd Enable third_party mod_zip module back by changing upstream. Upgrade third-party modules: o) lua to 0.10.8 o) upstream_fair to b5be36f (upstream has been changed) o) upload to 72ec037 (upstream has been changed). o) http_auth_krb5 to 0c6ff3f. o) party njs to 0.1.10. Please see this comment in case of the production use of the lua module: https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002 Patches obtained from: o)0459a285ca
o)d19df15904
14 lines
480 B
C
14 lines
480 B
C
--- src/http/ngx_http_upstream_round_robin.h.orig 2016-10-11 11:03:02.000000000 -0400
|
|
+++ src/http/ngx_http_upstream_round_robin.h 2016-10-11 19:56:33.262307000 -0400
|
|
@@ -35,6 +35,11 @@
|
|
|
|
ngx_uint_t max_fails;
|
|
time_t fail_timeout;
|
|
+
|
|
+#if (NGX_HTTP_UPSTREAM_CHECK)
|
|
+ ngx_uint_t check_index;
|
|
+#endif
|
|
+
|
|
ngx_msec_t slow_start;
|
|
ngx_msec_t start_time;
|
|
|