diff --git a/plugins/mod_http_errors.lua b/plugins/mod_http_errors.lua index 8b1db4b7e..ec54860c1 100644 --- a/plugins/mod_http_errors.lua +++ b/plugins/mod_http_errors.lua @@ -83,7 +83,7 @@ module:hook("http-message", function (event) event.response.headers.content_type = "text/html; charset=utf-8"; end return render(html, event); -end); +end, -1); local icon = [[