Index
joshstock.in
/
138dce2
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?
38
02 Jan 2020 16:42
07297ad
Streamline nginx configuration updates
Josh Stockin
1
6
0
N
Blob @
joshstock.in
/
nginx
/
test
/
www.conf
text/plain
136 bytes
download raw
1
server
{
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