From 5a1d08c642117b9b6ddb1136b4b9cb50a4a30862 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:04:59 +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 e5b76308e..83d6bf6d3 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -54,7 +54,7 @@ jobs: run: | sudo netstat -napt cat /etc/nginx/nginx.conf - sudo systemctl list-units --type=service + sudo systemctl list-units --type=service --all sudo systemctl status nginx.service if: always() diff --git a/dev-tools/default.vhost b/dev-tools/default.vhost index 3a0531dd0..0c51c7575 100644 --- a/dev-tools/default.vhost +++ b/dev-tools/default.vhost @@ -1,5 +1,5 @@ server { - listen 8080:80; + listen 80; root /var/www/html; server_name localhost;