0prodigy opened a new issue, #8628:
URL: https://github.com/apache/apisix/issues/8628

   ### Description
   
   There is no plugin available to serving custom error pages instead of simple 
json body when no upstream is found. There are option available to add nginx 
snippet using that i want to achieve some like 
   
   ```
   error_page 404 = /404;
   location = 404{
     proxy_pass http://custom-error-pages/404.html; 
   } 
   ```
   
   ### Environment
   
   - APISIX version (`3.0.0`):
   - Operating system (`x86_64 GNU/Linux`):
   - OpenResty / Nginx version (`openresty/1.21.4.1`):


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to