Skip to content

Instantly share code, notes, and snippets.

@ogg1980
ogg1980 / nginx.conf
Last active August 29, 2015 14:07 — forked from markjaquith/nginx.conf
upstream phpfpm {
server unix:/var/run/php5-fpm.sock;
}
upstream hhvm {
server unix:/var/run/hhvm/hhvm.sock;
}
# SSL
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;