summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:38:05 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:38:05 -0500
commit5e30ac9f7358414c170a4b45dd0eb1f130133df9 (patch)
tree4a9dca060213a6e839bf9c7dcebafd760c36fa4c
parent24d4fc47dac5c38a59ddbf1eaa0b6b667119abb3 (diff)
downloaddocs-5e30ac9f7358414c170a4b45dd0eb1f130133df9.tar.gz
docs-5e30ac9f7358414c170a4b45dd0eb1f130133df9.tar.bz2
docs-5e30ac9f7358414c170a4b45dd0eb1f130133df9.zip
mark up ‘example.com’
-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.