Skip to content

Commit 06108d4

Browse files
JTorreGADubhlaoich
andauthored
Update content/nginx/admin-guide/web-server/reverse-proxy.md
Co-authored-by: Alan Dooley <[email protected]>
1 parent 4f5398a commit 06108d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx/admin-guide/web-server/reverse-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The directive that is responsible for enabling and disabling buffering is [proxy
9191

9292
The [proxy_buffers](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffers) and [proxy_buffer_size](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size) directives control how NGINX stores and buffers data.
9393

94-
[proxy_buffers](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffers) :
94+
[proxy_buffers](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffers):
9595

9696
The [proxy_buffers](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffers) directive controls the size and the number of buffers allocated for a request.These buffers store the body of the response, which typically makes up the larger portion of the data.
9797

0 commit comments

Comments
 (0)