From 0057dcadb37ec558936b3c9580444ba2ace7e1c3 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 29 Nov 2021 01:48:44 -0500 Subject: fix lex failure: use nginx comment start-character for ‘nginx’ code block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-merchant-manual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'taler-merchant-manual.rst') diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 8a7f3200..0701f6ec 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 -- cgit v1.2.3