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 dc414b0 commit d872a77Copy full SHA for d872a77
.github/workflows/test.yml
@@ -53,8 +53,9 @@ jobs:
53
make modules
54
sudo make install
55
- name: Start Nginx
56
+ working-directory: ModSecurity-nginx
57
run: |
- sudo /usr/local/nginx/sbin/nginx -c ModSecurity-nginx/.github/nginx/nginx.conf
58
+ sudo /usr/local/nginx/sbin/nginx -c .github/nginx/nginx.conf
59
- name: Run attack test vhost 1
60
61
status=$(curl -sSo /dev/null -w %{http_code} -I -X GET -H "Host: modsectest1" "http://localhost/?q=attack")
0 commit comments