summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-merchant-manual.rst')
-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"