mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2026-01-06 04:47:43 -05:00
Update nginx.yml
This commit is contained in:
6
.github/workflows/nginx.yml
vendored
6
.github/workflows/nginx.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user