mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-18 18:25:43 +00:00
Update nginx.yml
This commit is contained in:
parent
0c4631d836
commit
cd98a03cff
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user