diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index 4de49e0..f7b16b7 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -139,6 +139,23 @@
Guacamole sessions will expire after 60 minutes of inactivity.
+
+
+ api-max-request-size
+ api-max-request-size
+
+ The maximum number of bytes to accept within the entity body of any
+ particular HTTP request, where 0 indicates that no limit should be applied.
+ If omitted, requests will be limited to 2097152 bytes (2 MB) by default.
+ This limit does not apply to file uploads.
+ If using a reverse proxy for SSL termination, keep in mind that
+ reverse proxies may enforce their own limits independently of
+ this. For example, Nginx will enforce a 1 MB request size
+ limit by default.
+
+ allowed-languages