Skip to content

Instantly share code, notes, and snippets.

View bartdeslagmulder's full-sized avatar

Bart Deslagmulder bartdeslagmulder

  • Keytrade Bank
  • Belgium
View GitHub Profile
user www-data;
# As a thumb rule: One per CPU. If you are serving a large amount
# of static files, which requires blocking disk reads, you may want
# to increase this from the number of cpu_cores available on your
# system.
#
# The maximum number of connections for Nginx is calculated by:
# max_clients = worker_processes * worker_connections
worker_processes 1;