commit f6e6541cf5fcf4fe6892549eecbdb01d34bd965e parent 927cbec08828ef94615dc7f3dd9430f3e64172d9 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Sat, 12 Dec 2020 00:32:53 -0500 mark up ‘serve’, ‘tcp’, ‘unix’ Diffstat:
| M | taler-auditor-manual.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst @@ -301,7 +301,7 @@ The auditor can serve HTTP over both TCP and UNIX domain socket. The following values are to be configured in the section [auditor]: -- serve: must be set to tcp to serve HTTP over TCP, or unix to serve +- ``serve``: must be set to ``tcp`` to serve HTTP over TCP, or ``unix`` to serve HTTP over a UNIX domain socket - port: Set to the TCP port to listen on if ``serve`` is ``tcp``.