Skip to content

Commit

Permalink
Merge pull request #4 from metakgp/increase_worker_connection
Browse files Browse the repository at this point in the history
Update nginx.conf
  • Loading branch information
harshkhandeparkar authored Aug 27, 2024
2 parents 57039d7 + d9981e5 commit 3231521
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ user www-data;
worker_processes 1;
pid /run/nginx.pid;

events {}
events {
worker_connections 2048;
}

# Log errors in debug mode
### To understand the request headers
Expand Down Expand Up @@ -54,4 +56,4 @@ http {
# Each file in this directory is associated with every resource being served by the server
##
include /etc/nginx/sites-enabled/*;
}
}

0 comments on commit 3231521

Please sign in to comment.