gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 11/25: Add x-forwarded-host to backend nginx virtualh


From: gnunet
Subject: [taler-deployment] 11/25: Add x-forwarded-host to backend nginx virtualhost
Date: Thu, 06 Apr 2023 14:11:35 +0200

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

dold pushed a commit to branch master
in repository deployment.

commit 003224e6ad87982477c9e642c5e00b90e3bdb421
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Tue Apr 4 11:46:30 2023 +0200

    Add x-forwarded-host to backend nginx virtualhost
---
 netzbon/nginx-conf/backend.taler-nginx.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/netzbon/nginx-conf/backend.taler-nginx.conf 
b/netzbon/nginx-conf/backend.taler-nginx.conf
index 6cf9961..9b88d57 100644
--- a/netzbon/nginx-conf/backend.taler-nginx.conf
+++ b/netzbon/nginx-conf/backend.taler-nginx.conf
@@ -7,6 +7,9 @@ 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-Prefix /;
   }
 
 }

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