From 8cbb38f546be78cedf101dfe2d00210738eb56f0 Mon Sep 17 00:00:00 2001 From: Avahe Kellenberger Date: Fri, 9 Jul 2021 20:16:07 -0400 Subject: Added documentation about 413 errors with an nginx solution (#15313) * Added documentation about 413 errors with an nginx solution. Co-authored-by: silverwind Co-authored-by: Norwin Co-authored-by: techknowlogick --- docs/content/doc/help/faq.en-us.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/content/doc/help') diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index ff233d31e3..953aa9f012 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -85,6 +85,12 @@ If certain clone options aren't showing up (HTTP/S or SSH), the following option `DISABLE_SSH`: if set to true, there will be no SSH link `SSH_EXPOSE_ANONYMOUS`: if set to false, SSH links will be hidden for anonymous users +## File upload fails with: 413 Request Entity Too Large + +This error occurs when the reverse proxy limits the file upload size. + +See the [reverse proxy guide]({{< relref "doc/usage/reverse-proxies.en-us.md" >}}) for a solution with nginx. + ## Custom Templates not loading or working incorrectly Gitea's custom templates must be added to the correct location or Gitea will not find and use them. -- cgit v1.2.3