Index

joshstock.in / 99539ce

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
10605 Mar 2021 00:2899539ceUpdate nginx prod configurationJosh Stockin146G

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

text/plain206 bytesdownload raw
1server {
2 listen 443 ssl http2;
3 listen [::]:443 ssl http2;
4 server_name "~^www.(?<domain>.*joshstock.in)$"; # www redirect to non-www
5 return 301 https://$domain$request_uri;
6}
7