From 35fc12be9688aaa1764bc5e4a939006a12c27a25 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:23:23 +0200 Subject: [PATCH] [GHA] Switch Nginx to Port 8080 --- 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 55b3d8cac..be2051c34 100644 --- a/dev-tools/default.vhost +++ b/dev-tools/default.vhost @@ -1,5 +1,5 @@ server { - listen *:80; + listen *:8080; root /var/www/html; server_name localhost;