README: Add a note about increasing max body size

This commit is contained in:
Alexis de Lattre 2020-01-16 14:36:29 +01:00
parent 8461ca1147
commit ac9090bf9d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ This project also provides a webservice to generate a Factur-X invoice from a re
* **attachment2** -> Second attachment (optional)
* ...
It is recommended to run the webservice behind an HTTPS/HTTP proxy such as `Nginx <https://www.nginx.com/>`_ or `Apache <https://httpd.apache.org/>`_.
It is recommended to run the webservice behind an HTTPS/HTTP proxy such as `Nginx <https://www.nginx.com/>`_ or `Apache <https://httpd.apache.org/>`_. You will certainly have to increase the default maximum upload size (default value is only 1MB under Nginx!): use the parameter **client_max_body_size** for Nginx and **LimitRequestBody** for Apache.
You can use `curl <https://curl.haxx.se/>`_, a command line tool to send HTTP requests (on Linux Ubuntu/Debian, just install the **curl** package) to generate the request: