21zoo Labs - Assorted Stuff
How to create custom Nginx error pages for 404s
Posted — Nov 4, 2017
How to create custom Nginx error pages for 404s
nginx.conf:
error_page 404 /404.html;
Tags
nginx