From 731a3741ca264ec679a8826929489fb2aa8985b7 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Thu, 17 Feb 2022 14:28:41 +0000 Subject: [PATCH] Update overrides faq for include roundcube --- docs/faq.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.rst b/docs/faq.rst index 3194ee36..d547991d 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -267,6 +267,7 @@ correct syntax. The following file names will be taken as override configuration - `Dovecot`_ - ``dovecot.conf`` in dovecot sub-directory; - `Nginx`_ - All ``*.conf`` files in the ``nginx`` sub-directory; - `Rspamd`_ - All files in the ``rspamd`` sub-directory. +- Roundcube - All ``*.inc`` files in the ``roundcube`` sub directory. To override the root location (``/``) in Nginx ``WEBROOT_REDIRECT`` needs to be set to ``none`` in the env file (see :ref:`web settings `).