Update nginx.yml

This commit is contained in:
fab 2025-01-07 18:56:11 +01:00 committed by GitHub
parent 0c4631d836
commit cd98a03cff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,12 @@ jobs:
nginx -v
echo "Nginx installed successfully."
# Create WAF dir
- name: Create waf directory
run: |
mkdir -p /etc/nginx/waf
chmod nginx:nginx /etc/nginx/waf
# Step 12: Import Nginx config
- name: Import Nginx config
run: python import_nginx_waf.py # <-- Correct script name