Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName www.mark.omo.m451.com
- # These have been added:
- Alias /dashing /home/mark/dashboard/public
- # RailsAppSpawnerIdleTime 0
- # PassengerMinInstances 1
- <Location /dashing>
- PassengerBaseURI /dashing
- PassengerAppRoot /home/mark/dashboard/
- </Location>
- <Directory /home/mark/dashboard/public>
- Allow from all
- Options -MultiViews
- # Uncomment this if you're on Apache >= 2.4:
- Require all granted
- </Directory>
- </VirtualHost>
- RailsAppSpawnerIdleTime 0
- PassengerMinInstances 1
- PassengerLogLevel 5
Advertisement
Add Comment
Please, Sign In to add comment