about summary refs log tree commit diff
path: root/compose/nginx
diff options
context:
space:
mode:
authorPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2019-10-13 19:14:47 +0200
committerPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2019-10-13 19:14:47 +0200
commit7364a2e2522706eb382c4e544355f826b36386d6 (patch)
treea87fc7d2df426965fad40b20068029b5f5364e4a /compose/nginx
parentRemoved systemd-networkd (diff)
Removed old services from config
Diffstat (limited to 'compose/nginx')
-rw-r--r--compose/nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/nginx/nginx.conf b/compose/nginx/nginx.conf
index 452e608..8bf1733 100644
--- a/compose/nginx/nginx.conf
+++ b/compose/nginx/nginx.conf
@@ -1,5 +1,5 @@
 user  nginx;
-worker_processes  1;
+worker_processes  4;
 
 error_log  /var/log/nginx/error.log warn;
 pid        /var/run/nginx.pid;