Skip to content

Instantly share code, notes, and snippets.

View vlazzle's full-sized avatar

Vlad Chernis vlazzle

  • San Diego
View GitHub Profile
@jesseproudman
jesseproudman / Github FI Nginx SSL.conf
Created February 10, 2011 06:07
This setup allows you to run Github FI behind an SSL curtain.
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
user daemon daemon;
http {