[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: update man pages for fix #10023
From: |
Admin |
Subject: |
[taler-docs] branch master updated: update man pages for fix #10023 |
Date: |
Fri, 13 Jun 2025 18:13:21 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-docs.
The following commit(s) were added to refs/heads/master by this push:
new 5de82620 update man pages for fix #10023
5de82620 is described below
commit 5de82620d0fa2629bda355cbddcfa9b01ea5b1f8
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Jun 13 18:13:18 2025 +0200
update man pages for fix #10023
---
manpages/challenger.conf.5.rst | 2 +-
manpages/sync.conf.5.rst | 2 +-
manpages/taler-exchange.conf.5.rst | 2 +-
manpages/taler-merchant.conf.5.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/manpages/challenger.conf.5.rst b/manpages/challenger.conf.5.rst
index 97a19e17..10270ee8 100644
--- a/manpages/challenger.conf.5.rst
+++ b/manpages/challenger.conf.5.rst
@@ -35,7 +35,7 @@ The following options are from the “[challenger]” section.
This is normally the only section in a challenger.conf file.
SERVE
- This can either be ``tcp`` or ``unix``.
+ Should the HTTP server listen on a UNIX domain socket (set option to
"unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd
(set option to "systemd").
PORT
Port on which the HTTP server listens, e.g. 9967.
diff --git a/manpages/sync.conf.5.rst b/manpages/sync.conf.5.rst
index f2a0e6a9..ca22e42c 100644
--- a/manpages/sync.conf.5.rst
+++ b/manpages/sync.conf.5.rst
@@ -35,7 +35,7 @@ The following options are from the “[sync]” section.
This is normally the only section in a sync.conf file.
SERVE
- This can either be ``tcp`` or ``unix``.
+ Should the HTTP server listen on a UNIX domain socket (set option to
"unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd
(set option to "systemd").
PORT
Port on which the HTTP server listens, e.g. 9967.
diff --git a/manpages/taler-exchange.conf.5.rst
b/manpages/taler-exchange.conf.5.rst
index 0e668df3..641ebf6c 100644
--- a/manpages/taler-exchange.conf.5.rst
+++ b/manpages/taler-exchange.conf.5.rst
@@ -98,7 +98,7 @@ DB
Plugin to use for the database, e.g. “postgres”.
SERVE
- Should the HTTP server listen on a UNIX domain socket (set option to "unix")
or on a TCP socket (set option to "tcp")?
+ Should the HTTP server listen on a UNIX domain socket (set option to
"unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd
(set option to "systemd").
UNIXPATH
Path to listen on if we "SERVE" is set to "unix".
diff --git a/manpages/taler-merchant.conf.5.rst
b/manpages/taler-merchant.conf.5.rst
index 083876de..65e07c4d 100644
--- a/manpages/taler-merchant.conf.5.rst
+++ b/manpages/taler-merchant.conf.5.rst
@@ -149,7 +149,7 @@ DB
Plugin to use for the database, e.g._“postgres”.
SERVE
- Should the HTTP server listen on a UNIX domain socket (set option to "unix")
or on a TCP socket (set option to "tcp")?
+ Should the HTTP server listen on a UNIX domain socket (set option to
"unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd
(set option to "systemd").
BASE_URL
Which base URL should the merchant backend assume for itself in the
protocol. Optional. If not given, the base URL will be constructed from
X-Forwarded-Host, X-Forwarded-Port and X-Forwarded-Prefix headers that a
reverse-proxy should be setting.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: update man pages for fix #10023,
Admin <=