From cea846d4070b96868e889042ddf2e1c62725bddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 10 Apr 2016 14:12:25 +0200 Subject: Add documentation about importing large file into nginx Fix #1849: configuration to avoid 413 Request Entity Too Large. --- docs/en/user/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/en/user/installation.rst') diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 586b01ad..182ed418 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst @@ -151,3 +151,7 @@ Assuming you install wallabag in the /var/www/wallabag folder, here's the recipe } After reloading or restarting nginx, you should now be able to access wallabag at http://domain.tld. + +.. note:: + + When you want to import large file into wallabag, you need to add this line in your nginx configuration ``client_max_body_size XM; # allows file uploads up to X megabytes``. -- cgit v1.2.3