Skip to content

Instantly share code, notes, and snippets.

@sagmor
Created May 28, 2010 14:59
Show Gist options
  • Save sagmor/417253 to your computer and use it in GitHub Desktop.
Save sagmor/417253 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName osiris.firenxis.com
DocumentRoot /var/www/datatube/current/public
<Directory /var/www/datatube/current/public>
AllowOverride all
Options -MultiViews
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment