Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 663 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 663 Bytes

404 → 302

A simple gesture for an evergreen Web.

# nginx
location / {
error_page 404 =302 https://2017.4042302.org$request_uri;
try_files $uri $uri/ =404;
}

What if links never died? What if we never broke the Web? What if it didn’t involve any extra work?

It’s possible. And easy.

Just make your 404s into 302s.

Interested? Great! Learn more:

Get involved and help out.


Canonical Git Remote: https://source.ind.ie/indienet/4042302/site