Skip to content

Instantly share code, notes, and snippets.

View zhangshine's full-sized avatar
🎯
Focusing

ZhangShine zhangshine

🎯
Focusing
View GitHub Profile
@zhangshine
zhangshine / nginx.conf
Last active August 29, 2015 14:25 — forked from nl5887/nginx.conf
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
error_log logs/error.log debug;
#pid logs/nginx.pid;
daemon off;