summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 272ed07c..f0cce98b 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -956,7 +956,7 @@ For Nginx, a possible basic reverse proxy configuration would be:
proxy_set_header X-Forwarded-Host "example.com";
proxy_set_header X-Forwarded-Proto "https";
-Note that the above assumes your domain name is /example.com/ and that you
+Note that the above assumes your domain name is ``example.com`` and that you
have TLS configured. Leave out the last line if your Nginx reverse proxy does
not have HTTPS enabled. Make sure to restart the /taler-merchant-httpd/
process after changing the ``SERVE`` configuration.