mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Merge pull request #1899 from wallabag/v2-nginx-doc
Add documentation about importing large file into nginx
This commit is contained in:
commit
c29747357a
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
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``.
|
||||||
|
|
|
@ -63,7 +63,7 @@ Et accéder wallabag à l'adresse http://lipdevotreserveur:8000
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Pour définir des paramètres via des variables d'environnement, vous pouvez les spécifier avec le préfixe ``SYMFONY__``. Par exemple, ``SYMFONY__DATABASE_DRIVER``. Vous pouvez lire `documentation Symfony
|
Pour définir des paramètres via des variables d'environnement, vous pouvez les spécifier avec le préfixe ``SYMFONY__``. Par exemple, ``SYMFONY__DATABASE_DRIVER``. Vous pouvez lire `documentation Symfony
|
||||||
<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__ pour en savoir plus.
|
<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__ pour en savoir plus.
|
||||||
|
|
||||||
Installation avec Apache
|
Installation avec Apache
|
||||||
------------------------
|
------------------------
|
||||||
|
@ -149,3 +149,7 @@ En imaginant que vous vouliez installer wallabag dans le dossier /var/www/wallab
|
||||||
}
|
}
|
||||||
|
|
||||||
Après que vous ayez rechargé/redémarré Nginx, vous devriez pouvoir avoir accès à wallabag à l'adresse http://domain.tld.
|
Après que vous ayez rechargé/redémarré Nginx, vous devriez pouvoir avoir accès à wallabag à l'adresse http://domain.tld.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Si vous voulez importer un fichier important dans wallabag, vous debez ajouter cette ligne dans votre configuration nginx ``client_max_body_size XM; # allows file uploads up to X megabytes``.
|
||||||
|
|
Loading…
Reference in a new issue