Created
November 26, 2011 02:39
-
-
Save arooni/1394858 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
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