gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: readme: sync nginx entry


From: gnunet
Subject: [taler-deployment] branch master updated: readme: sync nginx entry
Date: Sat, 12 Nov 2022 12:09:25 +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 983d34d  readme: sync nginx entry
983d34d is described below

commit 983d34dd91a6c25b548cb2f4ae26c7124144b036
Author: MS <ms@taler.net>
AuthorDate: Sat Nov 12 12:09:21 2022 +0100

    readme: sync nginx entry
---
 docker/demo/README | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/docker/demo/README b/docker/demo/README
index 1780e3d..300d640 100644
--- a/docker/demo/README
+++ b/docker/demo/README
@@ -253,4 +253,15 @@ Nginx configuration example deploys this sandbox under
     }
   }
 
-  TBD: need entry for Sync here.
+  server {
+    server_name sync.example.com;
+    listen 443 ssl;
+    listen [::]:443 ssl;
+   
+    location / {
+      proxy_set_header X-Forwarded-Host "sync.example.com";
+      proxy_set_header X-Forwarded-Proto "https";
+      proxy_set_header X-Forwarded-Prefix /;
+      proxy_pass http://localhost:5563/;
+    }
+  }

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