commit 70c595550cb94fe98d127d60ce97249b9070ba72
parent 610eb5c9076a7fa5495fb4b4ce7ff0aad11f5bee
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 4 Dec 2020 04:41:14 -0500
use ‘.. code-block:: apacheconf’ (three instances)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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