Skip to content

Commit

Permalink
fix: loadbalancing test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 28, 2024
1 parent 6894d7c commit d452737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ http {
# server 223.130.130.192:3000 weight=8 max_fails=3 fail_timeout=30s;
# server 211.188.59.137:3000 weight=8 max_fails=3 fail_timeout=30s;
# server 124.28.132.80:7999 weight=80 max_fails=3 fail_timeout=30s;
# keepalive 300;
# keepalive_requests 1000;
# keepalive_timeout 75s;
keepalive 300;
keepalive_requests 1000;
keepalive_timeout 75s;
}

server {
Expand Down

0 comments on commit d452737

Please sign in to comment.