summaryrefslogtreecommitdiff
path: root/bin/WIP/taler-local
diff options
context:
space:
mode:
Diffstat (limited to 'bin/WIP/taler-local')
-rwxr-xr-xbin/WIP/taler-local3
1 files changed, 2 insertions, 1 deletions
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...")