mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
[GHA] Debug nginx.conf
This commit is contained in:
parent
927b7080ab
commit
c6c7c73258
1 changed files with 3 additions and 1 deletions
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
|
@ -42,7 +42,9 @@ jobs:
|
|||
|
||||
- name: Debug
|
||||
shell: bash
|
||||
run: sudo systemctl status nginx.service
|
||||
run: |
|
||||
sudo systemctl status nginx.service
|
||||
cat /etc/nginx/nginx.conf
|
||||
if: always()
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue