Skip to content

Commit

Permalink
config_manual/config_file: Update automatic prefix lookup behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Mar 20, 2024
1 parent 7f5c171 commit edbcc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/configuration_manual/config_file/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Above the ``auth-master`` both uniquely identifies the filter name, but it also
acts as the ``unix_listener_path`` setting.

Settings inside filters are automatically attempted to be prefixed by the
filter prefix to avoid repetition. For example:
innermost filter prefix to avoid repetition. For example:

.. code-block:: none
Expand All @@ -142,8 +142,8 @@ filter prefix to avoid repetition. For example:
The ``ssl`` setting is attempted to be looked up in this order:

* ``inet_listener_imaps_ssl``
* ``inet_listener_ssl``
* ``service_ssl``
* ``ssl``

The first setting that exists is used.
Expand Down

0 comments on commit edbcc4e

Please sign in to comment.