1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Fix the documentation about exposing the admin interface

(cherry picked from commit 1ac0576af0f16466f0a57d9e4790101d29418381)
This commit is contained in:
kaiyou 2017-11-06 13:46:22 +01:00
parent 5831221c0e
commit 3966a9a401

View File

@ -68,10 +68,10 @@ configuration option must be one of the following:
- ``rainloop`` will run the popular Rainloop Webmail. - ``rainloop`` will run the popular Rainloop Webmail.
The administration interface is not exposed on the public address by default, The administration interface is not exposed on the public address by default,
you will need to set the ``EXPOSE_ADMIN`` variable accordingly: you will need to set the ``ADMIN`` variable accordingly:
- ``yes`` will expose the admin interface in ``/admin``; - ``true`` will expose the admin interface in ``/admin``;
- ``no`` (or any other value) will disable this behaviour. - ``false`` (or any other value) will disable this behaviour.
A Webdav server exposes a Dav interface over HTTP so that clients can store A Webdav server exposes a Dav interface over HTTP so that clients can store
contacts or calendars using the mail account. This can be enabled using the `WEBDAV` contacts or calendars using the mail account. This can be enabled using the `WEBDAV`