Skip to content

Instantly share code, notes, and snippets.

@svparijs
Created December 5, 2012 10:33
Show Gist options
  • Save svparijs/4214581 to your computer and use it in GitHub Desktop.
Save svparijs/4214581 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /var/www/kernkaart.nl/releases/current/Web
ServerName [Same a it already is]
SetEnv FLOW_CONTEXT Production
<Directory "/var/www/kernkaart.nl/releases/current/Web">
allow from all
Options -Indexes
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment