gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: avoid hardcoded host


From: gnunet
Subject: [taler-deployment] branch master updated: avoid hardcoded host
Date: Wed, 01 Dec 2021 18:27:31 +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 fe54748  avoid hardcoded host
fe54748 is described below

commit fe5474868cc41319252824b0c49d170397a888e2
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 1 18:27:25 2021 +0100

    avoid hardcoded host
---
 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 42baf2a..8fb03bd 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -450,7 +450,7 @@ CURRENCY = "EUR"
 @click.option(
     "--x-forwarded-host", metavar="HOST",
     help="Instruct Nginx to set HOST as the X-Forwarded-Host.",
-    default="localhost:8080"
+    default=REV_PROXY_NETLOC
 )
 @click.option(
     "--x-forwarded-proto", metavar="PROTO",

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