Skip to content

Instantly share code, notes, and snippets.

View raad-orfali's full-sized avatar

Raad Orfali raad-orfali

View GitHub Profile
@raad-orfali
raad-orfali / nginx.conf
Created August 17, 2022 05:18 — 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