Skip to content

Instantly share code, notes, and snippets.

@noel
Created October 18, 2012 21:38
Show Gist options
  • Save noel/3914894 to your computer and use it in GitHub Desktop.
Save noel/3914894 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName smdm-test.mycompany.com
DocumentRoot /smdm/apps/reports_app/current/public
<Directory /smdm/apps/reports_app/current/public>
AllowOverride all
Options -MultiViews
</Directory>
# MultiViews must be turned off.
Options -MultiViews
RailsEnv staging
Include /smdm/passenger.conf.d/maintenance.conf
</VirtualHost>
<VirtualHost *:80>
ServerName docs.smdm-test.mycompany.com
DocumentRoot /smdm/apps/reports_app/current/doc
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment