starsz commented on a change in pull request #3883:
URL: https://github.com/apache/apisix/pull/3883#discussion_r605374549
##########
File path: apisix/cli/ngx_tpl.lua
##########
@@ -233,6 +233,9 @@ http {
{% end %}
{% end %}
+ # error_page
+ error_page 500 502 503 504 @apisix_error_handler;
Review comment:
Yes, we do need it.
```
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>openresty</center>
</body>
</html>
```
Maybe we can add a link in the response first.
--
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]