From 48ef922313a801aebe0cbf887b64cea62c0571dc Mon Sep 17 00:00:00 2001 From: seokjin1023 Date: Sun, 4 May 2025 18:16:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20conf=20=ED=8C=8C=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EC=A0=95=EC=A0=81=20=ED=8C=8C=EC=9D=BC=20=EA=B3=A0?= =?UTF-8?q?=EB=A0=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index c8e38a6..9662df9 100644 --- a/default.conf +++ b/default.conf @@ -1,9 +1,9 @@ server { listen 80; - server_name www.humanicare.store humanicare.store; + server_name www.humanicare.store; root /usr/share/nginx/html; index index.html; location / { - try_files $uri $uri/ =404; + try_files $uri /index.html; } }