This is an automated email from the ASF dual-hosted git repository.
AlinsRan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 8048e7447 fix: remove stale HTTP2 body guard (#13428)
add 35a67f32e feat(plugin): add error-page plugin (#13380)
No new revisions were added by this update.
Summary of changes:
apisix/plugins/error-page.lua | 144 ++++++++++++
conf/config.yaml.example | 1 +
docs/en/latest/config.json | 1 +
docs/en/latest/plugins/error-page.md | 171 ++++++++++++++
docs/zh/latest/config.json | 1 +
docs/zh/latest/plugins/error-page.md | 172 ++++++++++++++
t/plugin/error-page.t | 427 +++++++++++++++++++++++++++++++++++
7 files changed, 917 insertions(+)
create mode 100644 apisix/plugins/error-page.lua
create mode 100644 docs/en/latest/plugins/error-page.md
create mode 100644 docs/zh/latest/plugins/error-page.md
create mode 100644 t/plugin/error-page.t