gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix lex failure: use nginx comment s


From: gnunet
Subject: [taler-docs] branch master updated: fix lex failure: use nginx comment start-character for ‘nginx’ code block
Date: Mon, 29 Nov 2021 07:49:02 +0100

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0057dca  fix lex failure: use nginx comment start-character for 
‘nginx’ code block
0057dca is described below

commit 0057dcadb37ec558936b3c9580444ba2ace7e1c3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Nov 29 01:48:44 2021 -0500

    fix lex failure: use nginx comment start-character for ‘nginx’ code block
---
 taler-merchant-manual.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 8a7f320..0701f6e 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -1063,13 +1063,13 @@ follows:
           if ($http_authorization !~ "(?i)ApiKey SECURITYTOKEN") {
              return 401;
           }
-          proxy_pass ...; // as above
+          proxy_pass ...; # as above
       }
       location /management/ {
           if ($http_authorization !~ "(?i)ApiKey SECURITYTOKEN") {
              return 401;
           }
-          proxy_pass ...; // as above
+          proxy_pass ...; # as above
       }
 
 Here, ``SECURITYTOKEN`` should be replaced with the actual shared secret.  Note

-- 
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]