starsz commented on issue #3251: URL: https://github.com/apache/apisix/issues/3251#issuecomment-803763553
Directly point to apisix.apach.org is not very good. I think we can do it as follow: 1. Provide a static HTML that contains the apisix.apache.org 2. Update the ngx_tpl to generate the apisix_error_handler like this: ``` error_page 500 502 503 504 @apisix_error_handler; ``` By the way, @juzhiyuan can you design a simple static html like this: https://github.com/openresty/openresty/blob/master/html/50x.html -- 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: [email protected]
