Skip to content

Instantly share code, notes, and snippets.

View vtypal's full-sized avatar

Vangelis Typaldos vtypal

View GitHub Profile
@vtypal
vtypal / .gems
Created January 7, 2011 14:38 — forked from BinaryMuse/.gems
sinatra
haml
server {
listen 80;
server_name www.wordpress-domain-name.com;
root /var/www/wordpress;
index index.php;
try_files $uri $uri/ /index.php;
location /rails {
passenger_min_instances 2;
# ~.gitconfig
[user]
name = Samuel Martin
email = samuel.martin@temesis.com
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status