From 547b3b144009502f57dfe9a5827d1f5052135845 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Mon, 9 Dec 2024 18:24:23 -0600 Subject: [PATCH] Fix port --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index abaaccc..81946c7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 804; server_name localhost; root /usr/share/nginx/html; index index.html;