Skip to content

Commit 1be6eea

Browse files
committed
ops/network-service: Add link for limit_conn
1 parent 2deaf55 commit 1be6eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ops/network-service/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ http {
830830
}
831831
```
832832

833-
之后使用 `limit_conn` 指令限制连接数:
833+
之后使用 [`limit_conn`](https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn) 指令限制连接数:
834834

835835
```nginx
836836
location /downloads/ {

0 commit comments

Comments
 (0)