Skip to content

Commit 40ef03c

Browse files
jtojnarStelios Malathouras
authored and
Stelios Malathouras
committed
docs: mention client_max_body_size affects LFS (go-gitea#18291)
1 parent 70a4b80 commit 40ef03c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/doc/usage/reverse-proxies.en-us.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ This error indicates nginx is configured to restrict the file upload size.
128128

129129
In your nginx config file containing your Gitea proxy directive, find the `location { ... }` block for Gitea and add the line
130130
`client_max_body_size 16M;` to set this limit to 16 megabytes or any other number of choice.
131+
If you use Git LFS, this will also limit the size of the largest file you will be able to push.
131132

132133

133134
## Apache HTTPD

0 commit comments

Comments
 (0)