Update nginx.yml

This commit is contained in:
fab 2025-01-07 20:49:31 +01:00 committed by GitHub
parent b9874d25b4
commit efabe7f7d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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