Skip to content

Instantly share code, notes, and snippets.

View mntdamania's full-sized avatar

Manthan Damania mntdamania

View GitHub Profile
@mntdamania
mntdamania / gist:ee76c9261c5f2729ea6c380e58c12931
Created December 21, 2017 14:23
nginx + unicorn + performance tweaks: nginx.conf example
# nginx.conf
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
timer_resolution 500ms;