mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Fix lighttpd documentation
This commit is contained in:
parent
9039103c37
commit
8b563fc04e
2 changed files with 20 additions and 22 deletions
|
@ -192,10 +192,10 @@ After reloading or restarting nginx, you should now be able to access wallabag a
|
|||
|
||||
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``.
|
||||
|
||||
Configuration on LigHTTPd
|
||||
Configuration on lighttpd
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Edit your ``lighttpd.conf`` file and paste this configuration into it:
|
||||
Assuming you install wallabag in the /var/www/wallabag folder, here's the recipe for wallabag (edit your ``lighttpd.conf`` file and paste this configuration into it):
|
||||
|
||||
::
|
||||
|
||||
|
@ -228,7 +228,6 @@ Edit your ``lighttpd.conf`` file and paste this configuration into it:
|
|||
url.rewrite-if-not-file = (
|
||||
"^/([^?])(?:\?(.))?" => "/app.php?$1&$2",
|
||||
"^/([^?]*)" => "/app.php?=$1",
|
||||
"^/wiki$" => "/app.php",
|
||||
)
|
||||
|
||||
Rights access to the folders of the project
|
||||
|
|
|
@ -189,10 +189,10 @@ Après que vous ayez rechargé/redémarré Nginx, vous devriez pouvoir avoir acc
|
|||
|
||||
Si vous voulez importer un fichier important dans wallabag, vous devez ajouter cette ligne dans votre configuration nginx ``client_max_body_size XM; # allows file uploads up to X megabytes``.
|
||||
|
||||
Configuration avec LigHTTPd
|
||||
Configuration avec lighttpd
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Éditez votre fichier ``lighttpd.conf`` collez-y cette configuration :
|
||||
En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wallabag``, voici un fichier de configuration pour wallabag (éditez votre fichier ``lighttpd.conf`` collez-y cette configuration) :
|
||||
|
||||
::
|
||||
|
||||
|
@ -225,7 +225,6 @@ Configuration avec LigHTTPd
|
|||
url.rewrite-if-not-file = (
|
||||
"^/([^?])(?:\?(.))?" => "/app.php?$1&$2",
|
||||
"^/([^?]*)" => "/app.php?=$1",
|
||||
"^/wiki$" => "/app.php",
|
||||
)
|
||||
|
||||
Droits d'accès aux dossiers du projet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue