From 64d73b30610dcc81a94d75fca47ff322f11bd7f7 Mon Sep 17 00:00:00 2001 From: jaeyo03 <137462767+jaeyo03@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:23:14 +0900 Subject: [PATCH] build : update nginx.conf --- nginx/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index dc83757..0a95172 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -17,6 +17,8 @@ http { listen 3000; server_name pocket4cut.link localhost; + root /usr/share/nginx/html; + # 기본 경로 설정 location / { try_files $uri $uri/ /index.html;