Index

joshstock.in / 6642f3b

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
13513 Jul 2022 12:49b194699Begin website rewriteJosh Stockin150G

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

text/plain62 bytesdownload raw
1server {
2 listen 80;
3 listen [::]:80;
4 return 404;
5}
6