taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5e30ac9f7358414c170a4b45dd0eb1f130133df9
parent 24d4fc47dac5c38a59ddbf1eaa0b6b667119abb3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sun, 22 Nov 2020 05:38:05 -0500

mark up ‘example.com’

Diffstat:
Mtaler-merchant-manual.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.