MSNCodeSNIPPETS← msncode.dev
snippets/nginx

Custom 404 Page

Serve a custom error page for 404s

nginxnginx404error
NGINX
error_page 404 /404.html;

More nginx snippets

Enable Gzip Compression

Compress responses to reduce bandwidth

Reverse Proxy to Backend

Forward requests to a backend server

Redirect HTTP to HTTPS

Force all traffic to use HTTPS

Serve Static Files

Serve static files from a directory