mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-22 09:58:30 -04:00
Added documentation about 413 errors with an nginx solution (#15313)
* Added documentation about 413 errors with an nginx solution. Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Norwin <noerw@users.noreply.github.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
615444dcbd
commit
8cbb38f546
2 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue