Created
April 17, 2014 23:51
-
-
Save lkwdwrd/11017793 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
monkeys.dev |
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 { | |
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