Created
May 13, 2009 22:23
-
-
Save thoughtbot/111349 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
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