diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-10 14:12:25 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-10 14:12:25 +0200 |
commit | cea846d4070b96868e889042ddf2e1c62725bddb (patch) | |
tree | 69f894a9e33b3743b6db7ee21ffce6f72201fc3c /docs/en | |
parent | 19a7ea2a44548f312ea132afa76a8e5503a2f5e2 (diff) | |
download | wallabag-cea846d4070b96868e889042ddf2e1c62725bddb.tar.gz wallabag-cea846d4070b96868e889042ddf2e1c62725bddb.tar.zst wallabag-cea846d4070b96868e889042ddf2e1c62725bddb.zip |
Add documentation about importing large file into nginx
Fix #1849: configuration to avoid 413 Request Entity Too Large.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/installation.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
151 | } | 151 | } |
152 | 152 | ||
153 | After reloading or restarting nginx, you should now be able to access wallabag at http://domain.tld. | 153 | After reloading or restarting nginx, you should now be able to access wallabag at http://domain.tld. |
154 | |||
155 | .. note:: | ||
156 | |||
157 | 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``. | ||