Skip to content

Instantly share code, notes, and snippets.

@initcron
Created May 12, 2015 08:33
Show Gist options
  • Select an option

  • Save initcron/3e9211ae71faa253d616 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/3e9211ae71faa253d616 to your computer and use it in GitHub Desktop.
vhost.conf.erb
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