Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:04:59 +02:00
parent 7690c04d8d
commit 5a1d08c642
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ jobs:
run: | run: |
sudo netstat -napt sudo netstat -napt
cat /etc/nginx/nginx.conf cat /etc/nginx/nginx.conf
sudo systemctl list-units --type=service sudo systemctl list-units --type=service --all
sudo systemctl status nginx.service sudo systemctl status nginx.service
if: always() if: always()

View file

@ -1,5 +1,5 @@
server { server {
listen 8080:80; listen 80;
root /var/www/html; root /var/www/html;
server_name localhost; server_name localhost;