Skip to content

Instantly share code, notes, and snippets.

@r38y
Created November 17, 2008 20:06
Show Gist options
  • Save r38y/25884 to your computer and use it in GitHub Desktop.
Save r38y/25884 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName isfeasting.com
ServerAlias *.isfeasting.com
DocumentRoot /home/deploy/public_html/isfeasting/production/current/public
</VirtualHost>
# I think the settings above are preventing me from doing below
<VirtualHost *:80>
ServerName staging.isfeasting.com
ServerAlias *.staging.isfeasting.com
DocumentRoot /home/deploy/public_html/isfeasting/staging/current/public
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment