gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: nginx config: fix


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: nginx config: fix demo backend /public forwarding
Date: Mon, 05 Feb 2018 13:45:28 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 31abde0  nginx config: fix demo backend /public forwarding
31abde0 is described below

commit 31abde0bdbdf8dcf4765e797e87963744b069296
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 5 13:45:23 2018 +0100

    nginx config: fix demo backend /public forwarding
---
 etc/nginx/sites-enabled/demo.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/demo.site 
b/etc/nginx/sites-enabled/demo.site
index ea812df..dbaa272 100644
--- a/etc/nginx/sites-enabled/demo.site
+++ b/etc/nginx/sites-enabled/demo.site
@@ -86,7 +86,7 @@ server {
     proxy_set_header Host $host;
     proxy_set_header X-Forwarded-Host "backend.demo.taler.net";
     proxy_set_header X-Forwarded-Proto "https";
-    proxy_pass http://unix:/home/demo/sockets/merchant.http:/;
+    proxy_pass http://unix:/home/demo/sockets/merchant.http:/public/;
   }
 
   location / {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]