From 638271b04abe0ddd9da486aac7afefee97e7ce69 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Thu, 20 Nov 2025 22:18:27 +0530 Subject: [PATCH] comment fix --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 5ad25cf..27ba7e2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,7 +14,7 @@ server { index index.html; } - # Explicit location for /mongo-ops/ + # Explicit location for /api/blog/ location /api/blog/ { root /usr/share/nginx/html; index index.html;