You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/01 12:16:10 UTC

[GitHub] [apisix] tokers commented on a change in pull request #3883: feat: add 5xx error page

tokers commented on a change in pull request #3883:
URL: https://github.com/apache/apisix/pull/3883#discussion_r605606706



##########
File path: apisix/error_handler.lua
##########
@@ -50,5 +50,4 @@ return function()
     if ngx.status >= 500 and ngx.status <= 599 then
         ngx.say(html_5xx)
     end
-end
-
+end

Review comment:
       Please check your editor, end of line symbol is required.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org