diff Sphinx/source/faq/nginx.rst @ 114:736d30badda0

large POST body
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jul 2017 17:22:13 +0200
parents 901e8961f46e
children 857f4870fd7f
line wrap: on
line diff
--- a/Sphinx/source/faq/nginx.rst	Thu Jul 20 17:14:55 2017 +0200
+++ b/Sphinx/source/faq/nginx.rst	Thu Jul 20 17:22:13 2017 +0200
@@ -22,6 +22,12 @@
 *Note:* Thanks to Qaler for `submitting this information
 <https://groups.google.com/d/msg/orthanc-users/oTMCM6kElfw/uj0r062mptoJ>`__.
 
+You might also wish to adapt the ``client_max_body_size``
+`configuration option of nginx
+<http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`__
+to allow the uploading of DICOM files larger than the default 1MB if
+using the :ref:`REST API <sending-dicom-images>` of Orthanc.
+
 
 .. _nginx-cors: