Skip to content

Instantly share code, notes, and snippets.

@thoughtbot
Created May 13, 2009 22:23
Show Gist options
  • Save thoughtbot/111349 to your computer and use it in GitHub Desktop.
Save thoughtbot/111349 to your computer and use it in GitHub Desktop.
qrush@crookedkey /h/r/g/r/20090513220338> cat /etc/apache2/sites-available/gemcutter.org
<VirtualHost *:80>
ServerName gemcutter.org
ServerAlias www.gemcutter.org
DocumentRoot /home/rails/gemcutter/current/lib/gemcutter/public
LogLevel warn
ErrorLog /home/rails/gemcutter/shared/log/error.log
CustomLog /home/rails/gemcutter/shared/log/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment