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: fix backend and e


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix backend and exchange nginx filesystem path
Date: Thu, 15 Jun 2017 21:19:06 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b3195f8  fix backend and exchange nginx filesystem path
b3195f8 is described below

commit b3195f87809c7c1a41c43cbb5c9b1b5d7123b60f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 15 21:18:50 2017 +0200

    fix backend and exchange nginx filesystem path
---
 etc/nginx/sites-enabled/docs-ssl.site | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index 8dc45d3..daf3970 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -31,11 +31,11 @@ server {
         }
 
         location /exchange {
-            alias /home/docbuilder/build/exchange/;
+            alias /home/docbuilder/build/exchange/manual;
         }
 
         location /merchant/backend {
-            alias /home/docbuilder/build/merchant/;
+            alias /home/docbuilder/build/merchant/manual;
         }
 
         location /merchant/frontend {

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



reply via email to

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