chore: reduced number of workers for nginx

This commit is contained in:
ITQ
2025-07-19 16:59:37 +03:00
parent 3838ad83e6
commit 56657cee9f
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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;