From 8c30ab404d865c8cadfbbee9cca0ece18e13767f Mon Sep 17 00:00:00 2001 From: dharaneesh-r Date: Tue, 2 Jun 2026 13:47:39 +0530 Subject: [PATCH] updated into 80 --- 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 / {