Skip to content

Instantly share code, notes, and snippets.

View calio's full-sized avatar

Jiale Zhi calio

  • San Francisco, US
View GitHub Profile
@calio
calio / nginx.conf
Created July 16, 2014 17:12
for derek
master_process on;
worker_processes 2;
error_log logs/error.log notice;
pid logs/nginx.pid;
events {
worker_connections 1024;
}