taler-deployment

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

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

end textual HTTP body with newline

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

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