denysvitali / nginx-error-pages

Cute Error Pages for your nginx web server
MIT License
403 stars 92 forks source link

typo in HTTP 507 error page #4

Closed ghost closed 6 years ago

ghost commented 6 years ago

The status for the HTTP 507 error page seems incorrect :

https://github.com/denysvitali/nginx-error-pages/blob/e2b965da83f719833cfcd5ae0e5c7d7faaeae589/507.html#L20

it should be Insufficient Storage instead of Bad Gateway

http://webconcepts.info/concepts/http-status-code/507

denysvitali commented 6 years ago

Thank you! I'll fix it ASAP.

denysvitali commented 6 years ago

Fixed. I'm now using an API to automatically generate the error codes and descriptions.