Index
joshstock.in
/
d1fc916
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?
124
13 Oct 2021 20:04
5a74171
Update nginx configurations
Josh Stockin
1
5
0
G
Blob @
joshstock.in
/
nginx
/
prod
/
conf.d
/
default_404.conf
text/plain
84 bytes
download raw
1
server
{
2
listen
443
ssl http2
;
3
listen [
::
]
:
443
ssl http2
;
4
return
404
;
5
}
6