From 4565620e309f4aa8c7227cda0c94a7079178e954 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 15 Mar 2022 23:06:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B3=BC=EB=8F=84=ED=95=98=EA=B2=8C=20a?= =?UTF-8?q?ccess=20=EA=B6=8C=ED=95=9C=EC=9D=84=20=EB=A7=89=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95=20-=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EC=9E=90=EA=B0=80=20sam=EC=9D=B4=20=EC=95=84=EB=8B=8C?= =?UTF-8?q?=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC=EB=A5=BC=20=EC=93=B8=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=EC=97=90=EB=8A=94...=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/web/sam.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hidche/web/sam.conf b/hidche/web/sam.conf index 3cead65..2f7e84d 100644 --- a/hidche/web/sam.conf +++ b/hidche/web/sam.conf @@ -23,11 +23,11 @@ location ~ /logs/ { return 404; } -location ~ /node_modules { +location ~ ^/sam/node_modules { return 404; } -location ~ /vendor/ { +location ~ ^/sam/vendor/ { return 404; } @@ -59,10 +59,10 @@ location ~ /src { return 404; } -location ~ /[^/]+/sammo/ { +location ~ ^/sam/[^/]+/sammo/ { return 404; } -location ~ /[^/]+/data/ { +location ~ ^/sam/[^/]+/data/ { return 404; } \ No newline at end of file