From 9a7d11db89720f5e33ecb4c39f4a0c3754ae787c Mon Sep 17 00:00:00 2001 From: dharaneesh-r Date: Tue, 2 Jun 2026 13:44:15 +0530 Subject: [PATCH] updates --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f1a121b..2d1953f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ http { default_type application/octet-stream; server { - listen 80; + listen 3000; server_name localhost; location / {