From 61a937339958c91b105c90e37f07c8ab18920f16 Mon Sep 17 00:00:00 2001 From: abhishek Date: Mon, 15 Jun 2026 19:37:18 +0530 Subject: [PATCH] updates on the nginx config file --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 2d1953f..f1a121b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ http { default_type application/octet-stream; server { - listen 3000; + listen 80; server_name localhost; location / {