taler-deployment

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

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

avoid hardcoded host

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 @@ -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",