Nginx 1.1.8 introduced new format for its limit_conn/mod_evasive equivalent feature configuration directive, which is incompatible with all older Nginx versions. We should check for Nginx version installed (as we did in the past) to dynamically use compatible configuration, since Nginx 1.2.0 is current stable and will be included (at some point) in all supported Debian/Ubuntu LTS flavors, while 1.1.19 is already included in Precise and Squeeze backports.
Comments
Comment #1
omega8cc commentedFix committed:
6.x-1.x - http://drupalcode.org/project/provision.git/commit/0a4d131
6.x-2.x - http://drupalcode.org/project/provision.git/commit/6623aeb
Comment #2
omega8cc commentedNot that it doesn't really work on upgrade, unless you are using also this patch: http://drupal.org/node/1552430#comment-5932686