taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 9bca65671a459e926d6a67b17483a9449be34309
parent 3cbfae40c4802396c86dd6d962d7b2183f562158
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sun, 22 Nov 2020 05:50:46 -0500

fix typo: add blank line after ‘::’ (two instances)

Diffstat:
Mtaler-merchant-manual.rst | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -1063,11 +1063,13 @@ Apache For Apache, you should first enable "mod_rewrite": :: + a2enmod rewrite Then, you can restrict to an access control token using: :: + <Location "/"> RewriteEngine On RewriteCond "%{HTTP:AUTHORIZATION}" "!=SECURITYTOKEN"