Skip to content

Commit

Permalink
Update nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Jan 7, 2025
1 parent 25f83b6 commit 42f5e4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
echo "Combined Nginx configuration:"
cat combined_nginx.conf
- name: Debug combined_nginx.conf
run: |
echo "Contents of combined_nginx.conf:"
cat combined_nginx.conf
- name: Validate Nginx configuration using Docker
run: |
docker run --rm -v $(pwd)/combined_nginx.conf:/etc/nginx/nginx.conf:ro nginx nginx -t

0 comments on commit 42f5e4e

Please sign in to comment.