Created
May 12, 2015 08:33
-
-
Save initcron/3e9211ae71faa253d616 to your computer and use it in GitHub Desktop.
vhost.conf.erb
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 <%= @port %>; | |
| root /var/www/<%= @name %>; | |
| server_name <%= @site_domain %>; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment