Skip to content

Instantly share code, notes, and snippets.

@ssimpson89
Created November 14, 2013 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssimpson89/7461086 to your computer and use it in GitHub Desktop.
Save ssimpson89/7461086 to your computer and use it in GitHub Desktop.
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
root /var/www;
index index.html index.php;
# Make site accessible from http://localhost/
server_name localhost;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment