mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
Added german and italian translation
This commit is contained in:
parent
0a82d6e23c
commit
3529ce35e4
2 changed files with 12 additions and 0 deletions
|
@ -111,6 +111,12 @@ Virtualhosts
|
|||
Konfiguration von Apache
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Vergiss nicht, die *rewrite* mod von Apache zu aktivieren.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
a2enmod rewrite && systemctl reload apache2
|
||||
|
||||
Angenommen du willst wallabag in das Verzeichnis ``/var/www/wallabag`` installieren und du willst PHP als Apache Modul nutzen, dann ist hier ein vhost für wallabag:
|
||||
|
||||
::
|
||||
|
|
|
@ -110,6 +110,12 @@ Host virtuali
|
|||
Configurazione su Apache
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Non dimenticate di attivare la mod *rewrite* di Apache
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
a2enmod rewrite && systemctl reload apache2
|
||||
|
||||
Assumendo che voi abbiate installato wallabag nella cartella ``/var/www/wallabag`` e che vogliate usare PHP come un modulo Apache, ecco un vhost per l’applicazione:
|
||||
|
||||
::
|
||||
|
|
Loading…
Reference in a new issue