summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-10-28 21:40:18 +0200
committerChristian Grothoff <christian@grothoff.org>2023-10-28 21:40:23 +0200
commitbe0ccfe748731518508a4e2d890382f7b68e5a8d (patch)
treef467bfbd0c92681cc51dd619b22ca8cde651f987 /manpages/taler.conf.5.rst
parent9380147fce094c26d76a11f86ae44b064a086cdd (diff)
downloaddocs-be0ccfe748731518508a4e2d890382f7b68e5a8d.tar.gz
docs-be0ccfe748731518508a4e2d890382f7b68e5a8d.tar.bz2
docs-be0ccfe748731518508a4e2d890382f7b68e5a8d.zip
document new BASE_URL optionfor #7966
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index fb443f80..077ff64d 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -664,6 +664,9 @@ DB
SERVE
Should the HTTP server listen on a UNIX domain socket (set option to "unix") or on a TCP socket (set option to "tcp")?
+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.
+
UNIXPATH
Path to listen on if we "SERVE" is set to "unix".