Static Error Pages
Date
24-2-2025
Overview
Nginx images now ship with static error pages for the following response codes:
- 400 - Bad Request
- 405 - Method Not Allowed
- 414 - URI Too Long
- 416 - Range Not Satisfiable
- 418 - I'm a Teapot
- 500 - Internal Server Error
- 501 - Not Implemented
- 502 - Bad Gateway
- 503 - Service Unavailable
- 504 - Gateway Timeout
The static error page also includes a trace ID assist developers when debugging.
Screenshots of these new pgaes can be found in the pull request link below.