Skip to content

Commit d872a77

Browse files
committed
Fix nginx config path
1 parent dc414b0 commit d872a77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
make modules
5454
sudo make install
5555
- name: Start Nginx
56+
working-directory: ModSecurity-nginx
5657
run: |
57-
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
5859
- name: Run attack test vhost 1
5960
run: |
6061
status=$(curl -sSo /dev/null -w %{http_code} -I -X GET -H "Host: modsectest1" "http://localhost/?q=attack")

0 commit comments

Comments
 (0)