Skip to content

Commit

Permalink
fix: fix the keepalive of upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Feb 11, 2023
1 parent 61cb636 commit 909501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngxway/conf/upstream.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ upstream api_host {
# your api service
# if it runs on your local server, you should use 192.168.*.*, not 127.0.0.1
server 192.168.0.107:8000 weight=100 max_fails=3 fail_timeout=10s;
keepalive 2048;
keepalive 102400;
# ...
}

0 comments on commit 909501d

Please sign in to comment.