gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 01/02: route for /code


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 01/02: route for /code
Date: Thu, 15 Jun 2017 21:02:10 +0200

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

marcello pushed a commit to branch master
in repository deployment.

commit cff6a579239a15a5b6bc67fd69431da5b5207b49
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 15 21:00:35 2017 +0200

    route for /code
---
 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 477f1cb..1209310 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -19,11 +19,11 @@ 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 {

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



reply via email to

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