Skip to content

Commit

Permalink
fix: adjusting pool ngnix
Browse files Browse the repository at this point in the history
  • Loading branch information
franklaercio committed Feb 22, 2024
1 parent 7d4ddbc commit a71737c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
events {
worker_connections 400;
worker_connections 1000;
}

http {
Expand All @@ -18,4 +18,4 @@ http {
proxy_pass http://api;
}
}
}
}

0 comments on commit a71737c

Please sign in to comment.