From 0a178240cefd0ade70b4e542f227446380121b2d Mon Sep 17 00:00:00 2001 From: KYUNGMO TAK Date: Tue, 18 Aug 2026 14:21:26 +0900 Subject: [PATCH] Modified 404 logic --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 368a1de..463558a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -51,6 +51,7 @@ http { location = /__error/index.html { internal; + alias /usr/share/nginx/html/index.html; sub_filter_once off; sub_filter_types text/html; sub_filter "__STATUS__" $status; -- 2.52.0