diff options
author | Paweł Dybiec <pdybiec@stud.cs.uni.wroc.pl> | 2019-10-13 19:14:47 +0200 |
---|---|---|
committer | Paweł Dybiec <pdybiec@stud.cs.uni.wroc.pl> | 2019-10-13 19:14:47 +0200 |
commit | 7364a2e2522706eb382c4e544355f826b36386d6 (patch) | |
tree | a87fc7d2df426965fad40b20068029b5f5364e4a /compose | |
parent | Removed systemd-networkd (diff) |
Removed old services from config
Diffstat (limited to 'compose')
-rw-r--r-- | compose/nginx/nginx.conf | 2 |
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; |