mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-24 07:57:10 +00:00
chore: reduced number of workers for nginx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
worker_processes auto;
|
||||
worker_processes 1;
|
||||
pid /run/nginx.pid;
|
||||
error_log /var/log/nginx/error.log warn;
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
|
||||
Reference in New Issue
Block a user