Index

joshstock.in / bf754f6

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
15023 Jul 2022 20:3971dd216Use custom stylized 404 page in default 404 returnJosh Stockin120G

Blob @ joshstock.in / nginx / test / conf.d / default_404.conf

text/plain152 bytesdownload raw
1server {
2 listen 80;
3 listen [::]:80;
4 root /var/www/josh;
5 error_page 404 /error-404.html; location = /error-404.html {}
6 return 404;
7}
8