Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created September 27, 2011 17:03
Show Gist options
  • Save jdkealy/1245623 to your computer and use it in GitHub Desktop.
Save jdkealy/1245623 to your computer and use it in GitHub Desktop.
<VirtualHost *>
ServerAdmin webmaster@localhost
ServerName loki.knockout.dontexist.org
DocumentRoot /srv/rails/loki/current
<Directory /srv/rails/loki/current/public>
Options FollowSymLinks
AllowOverride All
</Directory>
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ProxyPass / http://127.0.0.1:3073/
ProxyPassReverse / http://127.0.0.1:3073/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment