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: adapting remainin


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: adapting remaining doc routes
Date: Thu, 15 Jun 2017 21:15:24 +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 bef463d  adapting remaining doc routes
bef463d is described below

commit bef463dd4dc3691b3a5b3c71e3b74486305656a0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 15 21:15:12 2017 +0200

    adapting remaining doc routes
---
 etc/nginx/sites-enabled/docs-ssl.site | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index b9ddd52..8dc45d3 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -31,25 +31,25 @@ server {
         }
 
         location /exchange {
-            alias /home/docbuilder/exchange/doc;
+            alias /home/docbuilder/build/exchange/;
         }
 
         location /merchant/backend {
-            alias /home/docbuilder/merchant/doc;
+            alias /home/docbuilder/build/merchant/;
         }
 
         location /merchant/frontend {
-            alias /home/docbuilder/merchant-frontend-examples;
+            alias /home/docbuilder/build/merchant-frontend/;
         }
 
         location /api {
             autoindex off;
-            alias /home/docbuilder/api/_build/html;
+            alias /home/docbuilder/build/api/html;
         }
 
         # Associated to /api route.
         location /_static {
-            alias /home/docbuilder/api/_build/html;
+            alias /home/docbuilder/api/html/_static;
         }
 
         location /current/merchant-backend {

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



reply via email to

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