gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: end textual HTTP body with new


From: gnunet
Subject: [taler-deployment] branch master updated: end textual HTTP body with newline
Date: Wed, 01 Dec 2021 18:32:51 +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 162b7e7  end textual HTTP body with newline
162b7e7 is described below

commit 162b7e75cec459bf43b6680d58291be4e3d1d65e
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 1 18:32:38 2021 +0100

    end textual HTTP body with newline
---
 bin/WIP/taler-local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 8fb03bd..4c914c5 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1268,7 +1268,7 @@ def prepare(x_forwarded_host, x_forwarded_proto):
               "server {\n"
                 f"listen {REV_PROXY_PORT};\n"
                 "location / {\n"
-                  "return 200 'Hello, I am Nginx - proxying taler-local';\n"
+                  "return 200 'Hello, I am Nginx - proxying taler-local\n';\n"
                 "}\n"
                 "location ~* ^/(?<component>[a-z\-]+)(/(?<taler_uri>.*))? {\n"
                 f"proxy_pass 
http://unix:{UNIX_SOCKETS_DIR}/$component.sock:/$taler_uri?$args;\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]