mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-22 13:36:18 +00:00
Doc - informations about Apache 2.4
This commit is contained in:
parent
5e4b9b2321
commit
0ae5297699
1 changed files with 18 additions and 0 deletions
|
@ -147,6 +147,24 @@ En imaginant que vous vouliez installer wallabag dans le dossier ``/var/www/wall
|
|||
CustomLog /var/log/apache2/wallabag_access.log combined
|
||||
</VirtualHost>
|
||||
|
||||
.. tip:: Pour Apache 2.4, dans la section `<Directory /var/www/wallabag/web>` vous devez remplacer les directives suivantes :
|
||||
|
||||
::
|
||||
|
||||
AllowOverride None
|
||||
Order Allow,Deny
|
||||
Allow from All
|
||||
|
||||
|
||||
par
|
||||
|
||||
::
|
||||
|
||||
Require All granted
|
||||
|
||||
|
||||
|
||||
|
||||
Après que vous ayez rechargé/redémarré Apache, vous devriez pouvoir avoir accès à wallabag à l'adresse http://domain.tld.
|
||||
|
||||
Configuration avec Nginx
|
||||
|
|
Loading…
Reference in a new issue