No description
Find a file
2025-04-19 16:09:18 -05:00
pages actuallyyyyy relative links don't work 2025-04-19 16:09:18 -05:00
boykisser.png Update boykisser, fix nginx version stuff 2023-11-20 10:54:02 -06:00
nginx-http-errors.conf rename file 2025-04-19 16:08:00 -05:00
README.md add nginx config and update readme 2025-04-19 15:49:57 -05:00
status-codes.json Sort status codes, add 504, fix 300 and 404 2023-11-09 08:52:22 -06:00
stock-404.html Update boykisser, fix nginx version stuff 2023-11-20 10:54:02 -06:00
you.gif add cool glitchy compression gif instead 2025-04-19 15:36:56 -05:00

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.