Skip to content

Instantly share code, notes, and snippets.

[push]
default = current
[pull]
default = current
[alias]
st = status
df = diff
co = checkout
ci = commit
br = branch
@gaetanbuellet
gaetanbuellet / gist:cd1cf82a2a257db15096
Created November 23, 2014 17:40
Simple apache configuration file for symfony 2 application in dev environnment
<VirtualHost *:80>
ServerName sf.dev
ServerAlias sf.dev
DocumentRoot /var/www/html/sf/web
<Directory /var/www/html/sf/web/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all