Skip to content

Instantly share code, notes, and snippets.

@jsifalda
jsifalda / config
Created August 12, 2012 13:03
GIT: Using SSH over the HTTPS port
#~/.ssh/config
Host github.com
Hostname ssh.github.com
Port 443
#test: ssh -vT [email protected]
@jsifalda
jsifalda / common.conf
Created August 12, 2012 12:21
Nette nginx configuration
# Please paste to folder common/common.conf
index index.html index.htm;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
#location ~ \.(js|ico|gif|jpg|png|css|rar|zip|tar\.gz)$ { }
@jsifalda
jsifalda / A) Before start.sh
Created August 12, 2012 11:53
Installation nginx, PHP-FPM and MySQL on OSX Lion
# First, you must install Xcode with plugin Command line tools, which you find in the Preferences -> Downloads