diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2023-07-20 14:49:56 +0200 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2023-08-08 08:50:52 +0200 |
commit | 9a869c897b263281c11edf23cc922d7c881f2670 (patch) | |
tree | 4cf12f38445e56aa71ea4529856142f13d68409c /modules | |
parent | docs: generate documentation from poetry (diff) | |
download | knot-resolver-9a869c897b263281c11edf23cc922d7c881f2670.tar.xz knot-resolver-9a869c897b263281c11edf23cc922d7c881f2670.zip |
docs: references fixes
Diffstat (limited to 'modules')
-rw-r--r-- | modules/http/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http/README.rst b/modules/http/README.rst index 6d8a075c..461e9a17 100644 --- a/modules/http/README.rst +++ b/modules/http/README.rst @@ -30,7 +30,7 @@ and unlimited number of "used-defined kinds" can be added in configuration. Each network address and port combination can be configured to expose one kind of endpoint. This is done using the same mechanisms as network configuration for plain DNS and DNS-over-TLS, -see chapter :ref:`network-configuration` for more details. +see chapter :ref:`config-lua-network` for more details. .. warning:: Management endpoint (``webmgmt``) must not be directly exposed to untrusted parties. Use `reverse-proxy`_ like Apache_ @@ -47,7 +47,7 @@ Example configuration This section shows how to configure HTTP module itself. For information how to configure HTTP server's IP addresses and ports please see chapter -:ref:`network-configuration`. +:ref:`config-lua-network`. .. code-block:: lua |