From 70c595550cb94fe98d127d60ce97249b9070ba72 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 4 Dec 2020 04:41:14 -0500 Subject: use ‘.. code-block:: apacheconf’ (three instances) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-merchant-manual.rst | 6 +++--- 1 file 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 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 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 RewriteEngine On -- cgit v1.2.3