Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:00:44 +02:00
parent ea36643d6a
commit 7690c04d8d
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,8 +54,8 @@ jobs:
run: |
sudo netstat -napt
cat /etc/nginx/nginx.conf
sudo systemctl status nginx.service
sudo systemctl list-units --type=service
sudo systemctl status nginx.service
if: always()

View file

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