From 7690c04d8d9907d01d9ce2a474c056679e53fa0c Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:00:44 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- .github/workflows/action.yml | 2 +- dev-tools/default.vhost | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index bd503a3f8..e5b76308e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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() diff --git a/dev-tools/default.vhost b/dev-tools/default.vhost index 4507927f4..3a0531dd0 100644 --- a/dev-tools/default.vhost +++ b/dev-tools/default.vhost @@ -1,5 +1,5 @@ server { - listen 80:8080; + listen 8080:80; root /var/www/html; server_name localhost;