Skip to content

Instantly share code, notes, and snippets.

@lkwdwrd
Created April 17, 2014 23:51
Show Gist options
  • Save lkwdwrd/11017793 to your computer and use it in GitHub Desktop.
Save lkwdwrd/11017793 to your computer and use it in GitHub Desktop.
monkeys.dev
server {
listen 80;
listen 443 ssl;
# Add any of your domains here separated by a spaces
server_name monkeys.dev;
# The {vvv_path_to_folder} token gets replaced
# with the folder containing this, e.g. if this
# folder is /srv/www/foo/ and you have a root
# value of `{vvv_path_to_folder}/htdocs` this
# will be auto-magically transformed to
# `/srv/www/foo/htdocs`.
root {vvv_path_to_folder};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment