Created
June 23, 2016 12:51
-
-
Save jbergstroem/25e7c28ca11d42e6717077b4cae62b99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
server_name unencrypted.nodejs.org unencrypted.iojs.org; | |
listen *:80; | |
listen [::]:80 ipv6only=on; | |
root /home/dist/; | |
location / { | |
autoindex on; | |
add_header X-Service-Expires-At "2020-01-01"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment