Skip to content

Commit 4f5398a

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

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
@@ -95,7 +95,7 @@ The [proxy_buffers](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#pr
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

98-
[proxy_buffer_size](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size) :
98+
[proxy_buffer_size](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size):
9999

100100
The
101101
[proxy_buffer_size](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size) directive sets the size of a separate buffer which is used to store the first part of a response.It usually contains a comparatively small response header and can be made smaller than the buffers used for the rest of the response.

0 commit comments

Comments
 (0)