No description
Find a file
2025-04-19 15:49:57 -05:00
pages use relative links, replace you.gif with smaller version 2025-04-19 15:35:33 -05:00
boykisser.png Update boykisser, fix nginx version stuff 2023-11-20 10:54:02 -06:00
nginx-create-pages.py Update boykisser, fix nginx version stuff 2023-11-20 10:54:02 -06:00
nginx-http-error-code.conf add nginx config and update readme 2025-04-19 15:49:57 -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.