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 onboarding ng


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix onboarding nginx path
Date: Thu, 15 Jun 2017 21:05:03 +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 661686f  fix onboarding nginx path
661686f is described below

commit 661686fbb77e02de1bbb6acd755c4528dfe42a6d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 15 21:04:51 2017 +0200

    fix onboarding nginx path
---
 etc/nginx/sites-enabled/docs-ssl.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index 11ca6c1..b9ddd52 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -27,7 +27,7 @@ server {
         }
 
         location /onboarding {
-            alias /home/docbuilder/onboarding/;
+            alias /home/docbuilder/build/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]