1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-23 03:03:16 +00:00

Fix a typo on "My file is smaller then 200MB" section. It should be "than".

Rayhan 2025-01-15 23:31:00 +07:00
parent 753b835545
commit f036d4a590

2
FAQ.md

@ -58,7 +58,7 @@ Virtual libraries are implemented as searches in Calibre's own searching languag
Calibre-Web's default server ('tornado') limits the uploaded file size to 200MB, 'Gevent' the server from the optional requirement has no hardcoded limit (or nothing I'm aware of).
### My file is smaller then 200MB, but I get a '413 - Request Entity To Large' error message
### My file is smaller than 200MB, but I get a '413 - Request Entity To Large' error message
If you are using some additional systems like a proxy or reverse proxy, they must be configured to support the file size as well. See [https://www.keycdn.com/support/413-request-entity-too-large](https://www.keycdn.com/support/413-request-entity-too-large) for a possible fix.