Index

joshstock.in / 8d865bc

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
3802 Jan 2020 16:4207297adStreamline nginx configuration updatesJosh Stockin180N

Blob @ joshstock.in / nginx / prod / www.conf

text/plain194 bytesdownload raw
1server {
2 listen 80;
3 listen [::]:80;
4 listen 443 ssl http2;
5 listen [::]:443 ssl http2;
6 server_name www.joshstock.in; # www redirect to non-www
7 return 301 https://joshstock.in$request_uri;
8}
9