1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Add documentation about importing large file into nginx

Fix #1849: configuration to avoid 413 Request Entity Too Large.
This commit is contained in:
Nicolas Lœuillet 2016-04-10 14:12:25 +02:00
parent 19a7ea2a44
commit cea846d407
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
2 changed files with 9 additions and 1 deletions

View file

@ -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``.