Index

joshstock.in / f409688

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
12413 Oct 2021 20:045a74171Update nginx configurationsJosh Stockin150G

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

text/plain84 bytesdownload raw
1server {
2 listen 443 ssl http2;
3 listen [::]:443 ssl http2;
4 return 404;
5}
6