diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:42:31 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:42:31 -0500 |
commit | ef9126db3d6ca07a63b6036fec233675d80d7f62 (patch) | |
tree | 9830fa365a7f4574f57647e401f1cde7af8c28e3 | |
parent | 9bf6456c60f18cb1bde7096c99d9874842e03a30 (diff) | |
download | docs-ef9126db3d6ca07a63b6036fec233675d80d7f62.tar.gz docs-ef9126db3d6ca07a63b6036fec233675d80d7f62.tar.bz2 docs-ef9126db3d6ca07a63b6036fec233675d80d7f62.zip |
add markup (four instances)
-rw-r--r-- | taler-merchant-manual.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index b3a4ad9..c3cdada 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -937,8 +937,8 @@ process after changing the ``SERVE`` configuration. Apache ^^^^^^ -In Apache, make sure you have "mod_proxy", "mod_proxy_http" and -"mod_headers" enabled: +In Apache, make sure you have ``mod_proxy``, ``mod_proxy_http`` and +``mod_headers`` enabled: .. code-block:: console @@ -957,7 +957,7 @@ endpoint): </Location> Note that the above again assumes your domain name is ``example.com`` and that -you have TLS configured. Note that you must add the "https" header unless +you have TLS configured. Note that you must add the ``https`` header unless your site is not available via TLS. The above configuration(s) are both incomplete. You must still additionally |