Skip to content

Commit 1813edf

Browse files
committed
fix(prod_web_prox): add warning about poor default configs
close #264
1 parent d07ffc6 commit 1813edf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/xar-resources/data/production_web_proxying/production_web_proxying.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
</listitem>
7070
</varlistentry>
7171
</variablelist>
72+
<note><para>Be aware that many proxies by default limit the maximum size of request bodies, eg. <code>client_max_body_size 1m;</code>. When working with large xml files in eXist-db such a limitation will intefere with its normal operations. To fix this increase the value in line with your application's demands.</para></note>
7273
</sect1>
7374

7475
<!-- ================================================================== -->

xar-assembly.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<li>docker: new article</li>
2626
<li>transform: improve xsl documentation</li>
2727
<li>xqsuite: add missing annotation documentation</li>
28+
<li>web_proxying: add warning about body size limitations</li>
2829
</ul>
2930
</change>
3031
<change xmlns="http://exist-db.org/xquery/repo" version="5.1.0">

0 commit comments

Comments
 (0)