From ac9090bf9d9602e9c37c1bac1ccf71d20f5abafb Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 16 Jan 2020 14:36:29 +0100 Subject: [PATCH] README: Add a note about increasing max body size --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0fc8ff0..2a36751 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ or `Apache `_. +It is recommended to run the webservice behind an HTTPS/HTTP proxy such as `Nginx `_ or `Apache `_. 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 `_, a command line tool to send HTTP requests (on Linux Ubuntu/Debian, just install the **curl** package) to generate the request: