Skip to content

Instantly share code, notes, and snippets.

View djgable's full-sized avatar

V Gutierrez djgable

  • Matador Development
  • Phoenix, AZ
View GitHub Profile
@djgable
djgable / nginx.conf
Created June 16, 2020 17:16 — forked from v0lkan/nginx.conf
Configuring NGINX for Maximum Throughput Under High Concurrency
user web;
# One worker process per CPU core.
worker_processes 8;
# Also set
# /etc/security/limits.conf
# web soft nofile 65535
# web hard nofile 65535
# /etc/default/nginx