summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:41:14 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:41:14 -0500
commit70c595550cb94fe98d127d60ce97249b9070ba72 (patch)
treeb920f567613f66b6ce0a17577a02cc5bdf96741b /taler-merchant-manual.rst
parent610eb5c9076a7fa5495fb4b4ce7ff0aad11f5bee (diff)
downloaddocs-70c595550cb94fe98d127d60ce97249b9070ba72.tar.gz
docs-70c595550cb94fe98d127d60ce97249b9070ba72.tar.bz2
docs-70c595550cb94fe98d127d60ce97249b9070ba72.zip
use ‘.. code-block:: apacheconf’ (three instances)
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 9cf52dcb..0ba5e887 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -967,7 +967,7 @@ In Apache, make sure you have "mod_proxy", "mod_proxy_http" and
Then configure your Apache reverse proxy like this (you may change the
endpoint):
- ::
+.. code-block:: apacheconf
<Location "/">
ProxyPass "unix:/some/path/here.sock|http://example.com/"
@@ -1059,7 +1059,7 @@ For Apache, you should first enable "mod_rewrite":
Then, you can restrict to an access control token using:
- ::
+.. code-block:: apacheconf
<Location "/">
RewriteEngine On
@@ -1079,7 +1079,7 @@ If you are running different instances on the same backend, you
likely will want to specify different access control tokens for
each instance:
- ::
+.. code-block:: apacheconf
<Location "/instances/foo/">
RewriteEngine On