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 (0432302 -> 6c9ddd


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (0432302 -> 6c9ddd7)
Date: Thu, 15 Jun 2017 21:02:09 +0200

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

marcello pushed a change to branch master
in repository deployment.

    from 0432302  fix onboarding path
     new cff6a57  route for /code
     new 6c9ddd7  route for /onboarding

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 etc/nginx/sites-enabled/docs-ssl.site | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index 477f1cb..11ca6c1 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -19,15 +19,15 @@ server {
        }
 
         location /code/exchange {
-            alias /home/docbuilder/exchange/doxygen-doc/html;
+            alias /home/docbuilder/build/exchange/doxygen;
         }
 
         location /code/merchant {
-            alias /home/docbuilder/merchant/doxygen-doc/html;
+            alias /home/docbuilder/build/merchant-backend/doxygen;
         }
 
         location /onboarding {
-            alias /home/docbuilder/deployment/doc;
+            alias /home/docbuilder/onboarding/;
         }
 
         location /exchange {

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



reply via email to

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