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 8e493fb commit aceefe2Copy full SHA for aceefe2
.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 --add-module=../ModSecurity-nginx
+ - ./configure --with-http_auth_request_module --add-module=../ModSecurity-nginx
37
- make
38
- sudo make install
39
0 commit comments