From e54a8b2a293272d1d9d6416667b05e9173fd3d70 Mon Sep 17 00:00:00 2001 From: backuppc Date: Fri, 16 Jan 2026 14:50:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EA=B2=B0=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 67f289e..7100d02 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,6 +2,10 @@ server { listen 80; server_name localhost; + location = / { + return 301 /serial/; + } + location /serial/ { alias /usr/share/nginx/html/serial/; try_files $uri $uri/ /serial/index.html;