Guest User

Untitled

a guest
Jul 7th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName www.mark.omo.m451.com
  3. # These have been added:
  4. Alias /dashing /home/mark/dashboard/public
  5. # RailsAppSpawnerIdleTime 0
  6. # PassengerMinInstances 1
  7. <Location /dashing>
  8. PassengerBaseURI /dashing
  9. PassengerAppRoot /home/mark/dashboard/
  10. </Location>
  11. <Directory /home/mark/dashboard/public>
  12. Allow from all
  13. Options -MultiViews
  14. # Uncomment this if you're on Apache >= 2.4:
  15. Require all granted
  16. </Directory>
  17. </VirtualHost>
  18. RailsAppSpawnerIdleTime 0
  19. PassengerMinInstances 1
  20. PassengerLogLevel 5
Advertisement
Add Comment
Please, Sign In to add comment