gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: readme


From: gnunet
Subject: [taler-deployment] branch master updated: readme
Date: Thu, 03 Nov 2022 11:56:32 +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 b1a86ed  readme
b1a86ed is described below

commit b1a86ed8d0f79a6335517bb7fb81c02763c67f4e
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 3 11:56:29 2022 +0100

    readme
---
 docker/hybrid/README | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/docker/hybrid/README b/docker/hybrid/README
index dd45ac4..eb8c1ec 100644
--- a/docker/hybrid/README
+++ b/docker/hybrid/README
@@ -113,9 +113,9 @@ Nginx configuration example deploys this sandbox under
       proxy_set_header Host $host;
     }
   }
-  
+
   server {
-    server_name bank.example.com;
+    server_name webui-bank.example.com;
     listen 443 ssl;
     listen [::]:443 ssl;
 
@@ -124,11 +124,18 @@ Nginx configuration example deploys this sandbox under
       index index.html;
       proxy_pass http://localhost:15002/;
     }
+  }
+  
+  server {
+    server_name bank.example.com;
+    listen 443 ssl;
+    listen [::]:443 ssl;
 
     location / {
       proxy_set_header X-Forwarded-Host "bank.example.com";
       proxy_set_header X-Forwarded-Proto "https";
       proxy_set_header X-Forwarded-Prefix /;
+      proxy_set_header X-Frontend-Uri https://webui-bank.example.com;
       proxy_pass http://localhost:15000/;
     }
   }

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