Skip to content

Commit

Permalink
doc: update docs/nginx.md. (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent b717b1c commit be3818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ upstream example {
server 127.0.0.1:82 weight=3;
server 127.0.0.1:83 weight=3 down;
server 127.0.0.1:84 weight=3; max_fails=3 fail_timeout=20s;
server 127.0.0.1:85 weight=4;;
server 127.0.0.1:85 weight=4;
keepalive 32;
}
server {
Expand Down

0 comments on commit be3818f

Please sign in to comment.