mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-01 16:32:44 +00:00
Set worker_processes to auto (#1207)
This commit is contained in:
parent
28e413c5dd
commit
4ce6fd1c11
@ -1,5 +1,5 @@
|
||||
user nginx;
|
||||
worker_processes 1;
|
||||
worker_processes auto;
|
||||
|
||||
error_log /var/log/nginx/error.log warn;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user