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;