gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 17/25: Fixes error proxy_pass - withdraw http request


From: gnunet
Subject: [taler-deployment] 17/25: Fixes error proxy_pass - withdraw http request
Date: Thu, 06 Apr 2023 14:11:41 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

commit 3e1819b3073895e3ae9a468504fab8f3f8564e26
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Thu Mar 30 08:48:15 2023 +0200

    Fixes error proxy_pass - withdraw http request
---
 netzbon/nginx-conf/bank.taler-nginx.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/netzbon/nginx-conf/bank.taler-nginx.conf 
b/netzbon/nginx-conf/bank.taler-nginx.conf
index a9f8059..e602ab9 100644
--- a/netzbon/nginx-conf/bank.taler-nginx.conf
+++ b/netzbon/nginx-conf/bank.taler-nginx.conf
@@ -9,6 +9,10 @@ server {
 
   location /demobanks/default {
     proxy_pass http://localhost:5016;
+    #Fixes withdrawal http request
+    proxy_set_header X-Forwarded-Proto "https";
+    proxy_set_header X-Forwarded-Host "bank.${DOMAIN_NAME}";
+    proxy_set_header X-Forwarded-Prefix /;
   }
 
   location / {

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