gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 01/02: use ‘.. code-block:: apacheconf’ (three instances)


From: gnunet
Subject: [taler-docs] 01/02: use ‘.. code-block:: apacheconf’ (three instances)
Date: Fri, 04 Dec 2020 10:44:53 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

commit 70c595550cb94fe98d127d60ce97249b9070ba72
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Dec 4 04:41:14 2020 -0500

    use ‘.. code-block:: apacheconf’ (three instances)
---
 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 9cf52dc..0ba5e88 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]