From efabe7f7d6043a4b166331d801839e6bb5386a99 Mon Sep 17 00:00:00 2001 From: fab Date: Tue, 7 Jan 2025 20:49:31 +0100 Subject: [PATCH] Update nginx.yml --- .github/workflows/nginx.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 57d6b36..b18e011 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -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