Skip to content

Instantly share code, notes, and snippets.

@arooni
Created November 26, 2011 02:39
Show Gist options
  • Save arooni/1394858 to your computer and use it in GitHub Desktop.
Save arooni/1394858 to your computer and use it in GitHub Desktop.
1 <VirtualHost *:8282>
2 ServerName 12.35.65.78
3 DocumentRoot /var/www/app/current/config/resque-web/public
4 RackEnv kevinsbox
5 <Directory /var/www/app/current/config/resque-web/public>
6 Allow from all
7 Options -MultiViews
8 </Directory>
9 </VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment