Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jbergstroem/25e7c28ca11d42e6717077b4cae62b99 to your computer and use it in GitHub Desktop.
Save jbergstroem/25e7c28ca11d42e6717077b4cae62b99 to your computer and use it in GitHub Desktop.
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