http-status-codes/README.md
2025-04-19 15:49:57 -05:00

2.2 KiB

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.