summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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