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;