diff lib/Test/Nginx.pm @ 1208:a6453cf5786a

Tests: http mirror module tests.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 11 Aug 2017 19:01:44 +0300
parents c99c1f43cb15
children 852856f8e7dc
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -124,6 +124,7 @@ sub has_module($) {
 		charset	=> '(?s)^(?!.*--without-http_charset_module)',
 		gzip	=> '(?s)^(?!.*--without-http_gzip_module)',
 		ssi	=> '(?s)^(?!.*--without-http_ssi_module)',
+		mirror	=> '(?s)^(?!.*--without-http_mirror_module)',
 		userid	=> '(?s)^(?!.*--without-http_userid_module)',
 		access	=> '(?s)^(?!.*--without-http_access_module)',
 		auth_basic