gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: taler-local: fix nginx permiss


From: gnunet
Subject: [taler-deployment] branch master updated: taler-local: fix nginx permissions
Date: Thu, 02 Dec 2021 19:17:23 +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 821b505  taler-local: fix nginx permissions
821b505 is described below

commit 821b505d488510cf91f542846d05e0d5b51e0326
Author: ms <ms@taler.net>
AuthorDate: Thu Dec 2 19:15:00 2021 +0100

    taler-local: fix nginx permissions
---
 bin/WIP/taler-local | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 4c914c5..6a19ea4 100755
--- 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"

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