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 Stockin160N

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

text/plain136 bytesdownload raw
1server {
2 listen 80;
3 listen [::]:80;
4 server_name www.localhost; # www redirect to non-www
5 return 301 http://localhost$request_uri;
6}
7