From 708ce80dbbfec3df4287f11830857e1293c5892e Mon Sep 17 00:00:00 2001 From: philipcheung Date: Mon, 3 Nov 2025 09:38:30 +0800 Subject: [PATCH] edited nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index ac7349a..4daa89d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 3010; + listen 80; location / { root /usr/share/nginx/html;