Skip to content

Commit

Permalink
Nginx: bump simultaneous connections
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Sep 11, 2024
1 parent d17c011 commit d47774c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ worker_processes auto;
include /etc/nginx/modules/*.conf;
include /etc/nginx/conf.d/*.conf;

worker_rlimit_nofile 20480;
events {
worker_connections 1024;
worker_connections 10240;
}

http {
Expand Down

0 comments on commit d47774c

Please sign in to comment.