gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: set config-proxy not to follow


From: gnunet
Subject: [taler-deployment] branch master updated: set config-proxy not to follow redirects
Date: Tue, 16 Nov 2021 14:45:17 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 79319d1  set config-proxy not to follow redirects
79319d1 is described below

commit 79319d11ca1c0aa5f10d81faebe0e5dd2ed10e25
Author: ms <ms@taler.net>
AuthorDate: Tue Nov 16 14:45:09 2021 +0100

    set config-proxy not to follow redirects
---
 bin/WIP/taler-local | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 2db212b..a0a0248 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -519,6 +519,7 @@ class TalerReverseProxy(Flask):
                 uri,
                 headers=proxied_headers,
                 data=request.get_data(),
+                allow_redirects=False
             )
         except Exception as error:
             self.logger.error(error)
@@ -1730,7 +1731,7 @@ def launch():
     rev_proxy.run(
         host=netloc_parts[0],
         port=netloc_parts[1],
-        debug=True
+        debug=False
     )
     # Stop with CTRL+C
     print_nn("Stopping the services...")

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