Merge pull request '[MR]Modified 404 logic' (#6) from develop into main
Deploy Main / deploy-main (push) Successful in 8s

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-08-18 14:21:41 +09:00
+1
View File
@@ -51,6 +51,7 @@ http {
location = /__error/index.html { location = /__error/index.html {
internal; internal;
alias /usr/share/nginx/html/index.html;
sub_filter_once off; sub_filter_once off;
sub_filter_types text/html; sub_filter_types text/html;
sub_filter "__STATUS__" $status; sub_filter "__STATUS__" $status;