gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: replace nginx fixme w/ config frag +


From: gnunet
Subject: [taler-docs] branch master updated: replace nginx fixme w/ config frag + blurb
Date: Wed, 11 Aug 2021 12:57:01 +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 247fb8b  replace nginx fixme w/ config frag + blurb
247fb8b is described below

commit 247fb8bc2d639b6d9361c58639fd855acf861393
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Aug 11 06:55:11 2021 -0400

    replace nginx fixme w/ config frag + blurb
    
    Another approach is to add the frag to the basic config
    and put the blurb in the following paragraph.
    That works, but stresses the reader's chunking abilities.
    Better to present bite-sized slices.
    
    Being spread out is better for readability and maintainability:
    it's now trivial to add index entries, for example.
---
 taler-merchant-manual.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index d5e3a25..158311a 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -925,7 +925,13 @@ have TLS configured.  Leave out the last line if your 
Nginx reverse proxy does
 not have HTTPS enabled.  Make sure to restart the ``taler-merchant-httpd``
 process after changing the ``SERVE`` configuration.
 
-FIXME: What about 40[34] swizzling?  (#6944)
+For higher security (by leaking less information), you can add to the 
configuration:
+
+.. code-block:: nginx
+
+      error_page 404 =403 /empty.gif;
+
+This remaps all 404 response codes (Unavailable) to 403 (Forbidden).
 
 Apache
 ^^^^^^

-- 
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]