Modified 404 logic

This commit is contained in:
2026-08-18 14:21:26 +09:00
parent ce2eb8bf4b
commit 0a178240ce
+1
View File
@@ -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;