Index
joshstock.in
/
9d7083e
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
135
13 Jul 2022 12:49
b194699
Begin website rewrite
Josh Stockin
1
5
0
G
Blob @
joshstock.in
/
nginx
/
test
/
conf.d
/
default_404.conf
text/plain
62 bytes
download raw
1
server
{
2
listen
80
;
3
listen [
::
]
:
80
;
4
return
404
;
5
}
6