diff options
author | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-07 23:51:09 -0300 |
---|---|---|
committer | Mateus Cruz <mateuscolvr@gmail.com> | 2024-02-08 01:04:35 -0300 |
commit | 43977b16f27784233c166ff8fc42cf8ed5c891ed (patch) | |
tree | 56fd1b8dcb75db71f1b4b00e660e412d4090086b /nginx.conf | |
parent | bdd9f8780b76ad7cd806ce71b55c0882db56549b (diff) |
chore: adjust resources
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 256; + worker_connections 1000; } http { |