From 0b5505603cde4b254fbf01b6ce2ae2079a446ce3 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:21:31 +0200 Subject: [PATCH] [GHA] Switch Nginx to Port 80 --- dev-tools/default.vhost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/default.vhost b/dev-tools/default.vhost index a0de780e2..55b3d8cac 100644 --- a/dev-tools/default.vhost +++ b/dev-tools/default.vhost @@ -1,5 +1,5 @@ server { - listen *:9000; + listen *:80; root /var/www/html; server_name localhost;