Skip to content

Commit

Permalink
Update docs/content/doc/administration/reverse-proxies.en-us.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang authored May 10, 2023
1 parent d65acca commit 8298848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/doc/administration/reverse-proxies.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ server {
### Resolving Error: 413 Request Entity Too Large

This error indicates nginx is configured to restrict the file upload size,
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).
it affects attachment uploading, form posting, package uploading and LFS pushing, etc.
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).

## Nginx with a sub-path

Expand Down

0 comments on commit 8298848

Please sign in to comment.