mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +00:00
Update nginx.yml
This commit is contained in:
parent
b9874d25b4
commit
efabe7f7d6
9
.github/workflows/nginx.yml
vendored
9
.github/workflows/nginx.yml
vendored
@ -93,6 +93,15 @@ jobs:
|
|||||||
echo "First 40 lines of temp_nginx.conf:"
|
echo "First 40 lines of temp_nginx.conf:"
|
||||||
head -n 40 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
|
- name: Validate Nginx configuration using Docker
|
||||||
run: |
|
run: |
|
||||||
# Copy the map directives, merged WAF rules, and nginx.conf to a Docker volume
|
# Copy the map directives, merged WAF rules, and nginx.conf to a Docker volume
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user