Skip to content

Instantly share code, notes, and snippets.

@llbbl
Created November 13, 2014 20:03
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 llbbl/dc77803677b73c476fdc to your computer and use it in GitHub Desktop.
Save llbbl/dc77803677b73c476fdc to your computer and use it in GitHub Desktop.
nginx default vhost
server{
server_name default.local;
root /Web/default;
access_log /Web/logs/default.access.log;
error_log /Web/logs/default.error.log;
include /usr/local/etc/nginx/global/common.conf;
include /usr/local/etc/nginx/global/php.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment