Opened 14 years ago
Closed 14 years ago
#80 closed enhancement (wontfix)
error_page enhancement suggestion
| Reported by: | www.google.com/accounts/o8/id?id=AItOawki3tv0kqiLqh1MsgfDcjrd1pGrB0GEgXU | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | nginx-core | Version: | |
| Keywords: | Cc: | ||
| uname -a: | |||
| nginx -V: | not applicable | ||
Description
Hello,
Is it possible to redirect all error_page ?
For example : error_page * /error.html
Thanks.
Note:
See TracTickets
for help on using tickets.

No. It's usually very bad idea, especially keeping in mind that nginx is able to handle 3xx status codes with error_page directive as well.