Skip to content

Instantly share code, notes, and snippets.

@willianmano
Created April 23, 2013 15:45
Show Gist options
  • Save willianmano/5444730 to your computer and use it in GitHub Desktop.
Save willianmano/5444730 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/servicos/public
ServerName servicos.dev
SetEnv APPLICATION_ENV development
<Directory /var/www/servicos/public>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment