[GHA] Debug nginx.conf

This commit is contained in:
Mitchell Krog 2021-06-21 14:18:54 +02:00
parent c6c7c73258
commit 236f8d1341
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -43,8 +43,8 @@ jobs:
- name: Debug
shell: bash
run: |
sudo systemctl status nginx.service
cat /etc/nginx/nginx.conf
sudo systemctl status nginx.service
if: always()