Skip to content

Commit 0166474

Browse files
nit
1 parent 63284e0 commit 0166474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/learning-paths/servers-and-cloud-computing/nginx_tune/tune_revprox_and_apigw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ server {
6464
}
6565
```
6666

67-
The following are performance-relevant directives that weren't discussed in the [static file server section](/learning-paths/servers-and-cloud-computing/nginx_tune/tune_static_file_server/):
67+
The following are performance-relevant directives that weren't described in the [static file server section](/learning-paths/servers-and-cloud-computing/nginx_tune/tune_static_file_server/):
6868

6969
- [`keepalive`](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive): Controls the cache of idle connections to upstream servers. For NGINX 1.29.7 and later, upstream keepalive is enabled by default with a small cache. Set `keepalive` explicitly when you want to tune the upstream idle connection cache for your workload.
7070

0 commit comments

Comments
 (0)