summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:50:46 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:50:46 -0500
commit9bca65671a459e926d6a67b17483a9449be34309 (patch)
tree6a52acb30ce7adc0b034cce839d4f93c2864f2cd
parent3cbfae40c4802396c86dd6d962d7b2183f562158 (diff)
downloaddocs-9bca65671a459e926d6a67b17483a9449be34309.tar.gz
docs-9bca65671a459e926d6a67b17483a9449be34309.tar.bz2
docs-9bca65671a459e926d6a67b17483a9449be34309.zip
fix typo: add blank line after ‘::’ (two instances)
-rw-r--r--taler-merchant-manual.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index cb7ffba6..9149da09 100644
--- 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"