Use 4 work_processes for reverse proxy

This commit is contained in:
Wojciech Kozlowski 2018-12-10 22:09:47 +00:00
parent 514cfc9cde
commit a2bf86ba8e

View File

@ -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;