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;