Skip to content

Instantly share code, notes, and snippets.

View IdahoPL's full-sized avatar

Łukasz Wąsikowski IdahoPL

View GitHub Profile
@IdahoPL
IdahoPL / nginx.conf
Created January 18, 2018 22:10 — 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