aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst4
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
153After reloading or restarting nginx, you should now be able to access wallabag at http://domain.tld. 153After 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``.