Skip to content

Commit

Permalink
Update nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Jan 7, 2025
1 parent b9874d2 commit efabe7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ jobs:
echo "First 40 lines of temp_nginx.conf:"
head -n 40 temp_nginx.conf
- name: Debug all files
run: |
echo "Contents of map_directives.conf:"
cat map_directives.conf
echo "Contents of merged_waf_rules.conf:"
cat merged_waf_rules.conf
echo "Contents of temp_nginx.conf:"
cat temp_nginx.conf
- name: Validate Nginx configuration using Docker
run: |
# Copy the map directives, merged WAF rules, and nginx.conf to a Docker volume
Expand Down

0 comments on commit efabe7f

Please sign in to comment.