taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

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

set config-proxy not to follow redirects

Diffstat:
Mbin/WIP/taler-local | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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...")