diff options
author | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-06 00:59:54 -0300 |
---|---|---|
committer | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-06 01:21:36 -0300 |
commit | aae0f0595061ad32960541c532930be0e5af51f2 (patch) | |
tree | 4368ed78c393650ca7764bc32aba46eb8bf8dd41 /nginx.conf | |
parent | 372834401b0b08498286c92a206a48654ec86a71 (diff) |
add lock
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ events { - worker_connections 2000; + worker_connections 256; } http { |