No description
Find a file
2025-04-19 16:09:18 -05:00
pages
boykisser.png
nginx-http-errors.conf
README.md
status-codes.json
stock-404.html
you.gif

askiiart/http-codes

HTTP status codes for nginx, but better.

Original post

Collection of HTTP status codes, from @yassie_j@0w0.is and a couple others:

Nginx config

To add this to your nginx setup, just put this repo at /usr/share/nginx/html/error/ and add this to your config:

include /usr/share/nginx/html/error/nginx-http-errors.conf;

Adjust the paths if needed.