From 9dfcea815e4bebddfa155b66848dafd7b6aea8e8 Mon Sep 17 00:00:00 2001 From: Suriya Date: Thu, 11 Jun 2026 15:49:54 +0000 Subject: [PATCH] Update nginx.config --- nginx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.config b/nginx.config index c6aa911..adc275b 100644 --- a/nginx.config +++ b/nginx.config @@ -5,7 +5,7 @@ http { default_type application/octet-stream; server { - listen 80; + listen 3000; server_name localhost; location / {