File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
48
48
- name : Build nginx with ModSecurity-nginx module
49
49
working-directory : nginx
50
50
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
52
52
make
53
53
make modules
54
54
sudo make install
55
55
- name : Start Nginx
56
56
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
58
58
- name : Run attack test vhost 1
59
59
run : |
60
60
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