summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-11 07:25:39 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-11 07:25:39 -0400
commit7776d7d975c3dee13c8545ff81fc53e33b2d158c (patch)
treeb13ed61a78140a371573968692d76e4dc520787c
parentc9d5fdc5c70091c88134536435553bb5a0f3743f (diff)
downloaddocs-7776d7d975c3dee13c8545ff81fc53e33b2d158c.tar.gz
docs-7776d7d975c3dee13c8545ff81fc53e33b2d158c.tar.bz2
docs-7776d7d975c3dee13c8545ff81fc53e33b2d158c.zip
s/Unavailable/Not found/
-rw-r--r--taler-merchant-manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index b1700321..d3fd735c 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -931,7 +931,7 @@ For higher security (by leaking less information), you can add to the configurat
error_page 404 =403 /empty.gif;
-This remaps all 404 response codes (Unavailable) to 403 (Forbidden).
+This remaps all 404 response codes (Not found) to 403 (Forbidden).
Apache
^^^^^^
@@ -966,7 +966,7 @@ For higher security (by leaking less information), you can add to the configurat
cond %{STATUS} =404
set-status 403
-This remaps all 404 response codes (Unavailable) to 403 (Forbidden).
+This remaps all 404 response codes (Not found) to 403 (Forbidden).
The above configuration(s) are both incomplete. You must still additionally
set up access control!