Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created July 7, 2015 23:45
Show Gist options
  • Save anonymous/16dd4a908906219b4ec1 to your computer and use it in GitHub Desktop.
Save anonymous/16dd4a908906219b4ec1 to your computer and use it in GitHub Desktop.
<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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment