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: Tue, 01 Nov 2022 16:29:49 +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 04b7724  readme
04b7724 is described below

commit 04b77249450158e202fb5c8e173945e13fe36041
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 1 16:29:45 2022 +0100

    readme
---
 docker/hybrid/README | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docker/hybrid/README b/docker/hybrid/README
index aa975ab..dd45ac4 100644
--- a/docker/hybrid/README
+++ b/docker/hybrid/README
@@ -119,10 +119,12 @@ Nginx configuration example deploys this sandbox under
     listen 443 ssl;
     listen [::]:443 ssl;
 
-    # redirect '/' to /demobanks/default;
-    rewrite ^/$ https://bank.example.com/demobanks/default;
-    rewrite ^/(..)/$ https://bank.example.com/demobanks/default;
-   
+    location = / {
+      # Serves the SPA
+      index index.html;
+      proxy_pass http://localhost:15002/;
+    }
+
     location / {
       proxy_set_header X-Forwarded-Host "bank.example.com";
       proxy_set_header X-Forwarded-Proto "https";

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