Skip to content

Commit

Permalink
fix: nginx config workers (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Feb 23, 2023
1 parent 29b8529 commit 682a435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ error_log /dev/stdout info;

events {
worker_connections 2048;
worker_processes auto;
worker_rlimit_nofile 50000;
}

http {
Expand Down

0 comments on commit 682a435

Please sign in to comment.