Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 2f359d0

Browse files
Fix typo in FAQ from "self-hosters" to "self-hosted users"
Co-authored-by: matiss <matiss@mja.lv>
1 parent efc9a34 commit 2f359d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
- **Q.** _Why do I see `PayloadTooLargeError: request entity too large` when uploading a file?_
5858

59-
**A.** This happens when the file you are uploading exceeds the maximum request size allowed by the service or infrastructure hosting your Actual instance (for example, a reverse proxy, container platform, or managed host). Actual itself does not enforce this limit, so you’ll need to adjust the upload size settings wherever you deploy Actual—common fixes include increasing the body size limit in Nginx/Traefik, updating the `client_max_body_size` for Docker behind a proxy, or changing the request size setting in your managed hosting provider. If you’re unsure how to change the limit for your setup, ask in the community Discord; other self-hosters often share configuration snippets for their platforms.
59+
**A.** This happens when the file you are uploading exceeds the maximum request size allowed by the service or infrastructure hosting your Actual instance (for example, a reverse proxy, container platform, or managed host). Actual itself does not enforce this limit, so you’ll need to adjust the upload size settings wherever you deploy Actual—common fixes include increasing the body size limit in Nginx/Traefik, updating the `client_max_body_size` for Docker behind a proxy, or changing the request size setting in your managed hosting provider. If you’re unsure how to change the limit for your setup, ask in the community Discord; other self-hosted users often share configuration snippets for their platforms.
6060

6161
- **Q.** _Does Actual Budget have an API? What are the endpoints?_
6262

0 commit comments

Comments
 (0)