taler-deployment

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

commit 98863bf67c61ea62574de43914107f443dabdfd2
parent 6051ff21e0056695e5ea6f3a68ae9771da73fee9
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Tue, 11 Apr 2023 11:26:48 +0200

Fix bug: backend domain name

Diffstat:
Mnetzbon/nginx-conf/backend.taler-nginx.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/nginx-conf/backend.taler-nginx.conf b/netzbon/nginx-conf/backend.taler-nginx.conf @@ -8,7 +8,7 @@ server { location / { proxy_pass http://unix:/var/run/taler/merchant-httpd/merchant-http.sock; proxy_set_header X-Forwarded-Proto "https"; - proxy_set_header X-Forwarded-Host "backend.netzbon.valenciatech.cloud"; + proxy_set_header X-Forwarded-Host "backend.${DOMAIN_NAME}"; proxy_set_header X-Forwarded-Prefix /; }