Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8298848

Browse files
authoredMay 10, 2023
Update docs/content/doc/administration/reverse-proxies.en-us.md
1 parent d65acca commit 8298848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/content/doc/administration/reverse-proxies.en-us.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ server {
4444
### Resolving Error: 413 Request Entity Too Large
4545

4646
This error indicates nginx is configured to restrict the file upload size,
47-
you can fine tune the `client_max_body_size` option according to [nginx document](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size).
47+
it affects attachment uploading, form posting, package uploading and LFS pushing, etc.
48+
You can fine tune the `client_max_body_size` option according to [nginx document](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size).
4849

4950
## Nginx with a sub-path
5051

0 commit comments

Comments
 (0)
Please sign in to comment.