Skip to content

Instantly share code, notes, and snippets.

View mahonrig's full-sized avatar

Mo mahonrig

  • Bainbridge Island, WA
View GitHub Profile
@mahonrig
mahonrig / nginx.conf
Last active May 10, 2017 17:39 — forked from cosmicsnail/nginx.conf
nginx config file
user www-data;
worker_processes 4;
pid /run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
http {