gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: s/Unavailable/Not found/


From: gnunet
Subject: [taler-docs] branch master updated: s/Unavailable/Not found/
Date: Wed, 11 Aug 2021 13:27:17 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 7776d7d  s/Unavailable/Not found/
7776d7d is described below

commit 7776d7d975c3dee13c8545ff81fc53e33b2d158c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Aug 11 07:25:39 2021 -0400

    s/Unavailable/Not found/
---
 taler-merchant-manual.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index b170032..d3fd735 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!

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]