comparison 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
comparison
equal deleted inserted replaced
113:2e826633420e 114:736d30badda0
19 ... 19 ...
20 } 20 }
21 21
22 *Note:* Thanks to Qaler for `submitting this information 22 *Note:* Thanks to Qaler for `submitting this information
23 <https://groups.google.com/d/msg/orthanc-users/oTMCM6kElfw/uj0r062mptoJ>`__. 23 <https://groups.google.com/d/msg/orthanc-users/oTMCM6kElfw/uj0r062mptoJ>`__.
24
25 You might also wish to adapt the ``client_max_body_size``
26 `configuration option of nginx
27 <http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`__
28 to allow the uploading of DICOM files larger than the default 1MB if
29 using the :ref:`REST API <sending-dicom-images>` of Orthanc.
24 30
25 31
26 .. _nginx-cors: 32 .. _nginx-cors:
27 33
28 Enabling CORS 34 Enabling CORS