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;