File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
4848 - name : Build nginx with ModSecurity-nginx module
4949 working-directory : nginx
5050 run : |
51- ./auto/configure --with-ld-opt="-Wl,-rpath,/usr/local/lib" --without-pcre2 --add-module=ModSecurity-nginx/ModSecurity-nginx /ModSecurity-nginx
51+ ./auto/configure --with-ld-opt="-Wl,-rpath,/usr/local/lib" --without-pcre2 --add-module=.. /ModSecurity-nginx
5252 make
5353 make modules
5454 sudo make install
5555 - name : Start Nginx
5656 run : |
57- sudo /usr/local/nginx/sbin/nginx -c ModSecurity-nginx/ModSecurity-nginx/ModSecurity-nginx/ .github/nginx/nginx.conf
57+ sudo /usr/local/nginx/sbin/nginx -c ModSecurity-nginx/.github/nginx/nginx.conf
5858 - name : Run attack test vhost 1
5959 run : |
6060 status=$(curl -sSo /dev/null -w %{http_code} -I -X GET -H "Host: modsectest1" "http://localhost/?q=attack")
You can’t perform that action at this time.
0 commit comments