Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
GUACAMOLE-1298: Merge document request size limits and "api-max-reque…
Browse files Browse the repository at this point in the history
…st-size" property.
  • Loading branch information
necouchman authored Feb 27, 2021
2 parents 36348d4 + 978bcd0 commit 9223dbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/chapters/configuring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,23 @@
Guacamole sessions will expire after 60 minutes of inactivity.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><indexterm xmlns:xl="http://www.w3.org/1999/xlink">
<primary>api-max-request-size</primary>
</indexterm><parameter>api-max-request-size</parameter></term>
<listitem>
<para>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.</para>
<para>If using a reverse proxy for SSL termination, <emphasis>keep in mind that
reverse proxies may enforce their own limits independently of
this</emphasis>. For example, <link
xmlns:xlink="http://www.w3.org/1999/xlink"
linkend="nginx-file-upload-size">Nginx will enforce a 1 MB request size
limit by default</link>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><indexterm xmlns:xl="http://www.w3.org/1999/xlink">
<primary>allowed-languages</primary>
Expand Down

0 comments on commit 9223dbe

Please sign in to comment.