We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bf1b8 commit 5096a7aCopy full SHA for 5096a7a
.travis.yml
@@ -33,7 +33,7 @@ before_script:
33
- cd ..
34
- wget http://nginx.org/download/nginx-${VER_NGINX}.tar.gz && tar -xf nginx-${VER_NGINX}.tar.gz
35
- cd nginx-${VER_NGINX}
36
- - ./configure --with-http_auth_request_module --add-module=../ModSecurity-nginx
+ - ./configure --with-http_auth_request_module --with-http_v2_module --add-module=../ModSecurity-nginx
37
- make
38
- sudo make install
39
0 commit comments