taler-deployment

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

commit 821b505d488510cf91f542846d05e0d5b51e0326
parent 162b7e75cec459bf43b6680d58291be4e3d1d65e
Author: ms <ms@taler.net>
Date:   Thu,  2 Dec 2021 19:15:00 +0100

taler-local: fix nginx permissions

Diffstat:
Mbin/WIP/taler-local | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local @@ -1276,6 +1276,7 @@ def prepare(x_forwarded_host, x_forwarded_proto): "proxy_set_header X-Forwarded-Prefix /$component;\n" f"proxy_set_header X-Forwarded-Host {x_forwarded_host};\n" f"proxy_set_header X-Forwarded-Proto {x_forwarded_proto};\n" + f"client_body_temp_path /tmp/taler-local-nginx;\n" "}\n" "}\n" "}\n"