comparison lib/Test/Nginx.pm @ 312:b639e76ba923

Tests: limit_zone regex updated to follow the module renaming.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 15 Jul 2013 13:06:15 +0400
parents a113f4d55b12
children d48de852157c
comparison
equal deleted inserted replaced
311:ad164c14058a 312:b639e76ba923
96 fastcgi => '(?s)^(?!.*--without-http_fastcgi_module)', 96 fastcgi => '(?s)^(?!.*--without-http_fastcgi_module)',
97 uwsgi => '(?s)^(?!.*--without-http_uwsgi_module)', 97 uwsgi => '(?s)^(?!.*--without-http_uwsgi_module)',
98 scgi => '(?s)^(?!.*--without-http_scgi_module)', 98 scgi => '(?s)^(?!.*--without-http_scgi_module)',
99 memcached 99 memcached
100 => '(?s)^(?!.*--without-http_memcached_module)', 100 => '(?s)^(?!.*--without-http_memcached_module)',
101 limit_zone 101 limit_conn
102 => '(?s)^(?!.*--without-http_limit_zone_module)', 102 => '(?s)^(?!.*--without-http_limit_conn_module)',
103 limit_req 103 limit_req
104 => '(?s)^(?!.*--without-http_limit_req_module)', 104 => '(?s)^(?!.*--without-http_limit_req_module)',
105 empty_gif 105 empty_gif
106 => '(?s)^(?!.*--without-http_empty_gif_module)', 106 => '(?s)^(?!.*--without-http_empty_gif_module)',
107 browser => '(?s)^(?!.*--without-http_browser_module)', 107 browser => '(?s)^(?!.*--without-http_browser_module)',