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 copy-paste mi


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix copy-paste mistake!
Date: Mon, 05 Feb 2018 12:49:23 +0100

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 9118033  fix copy-paste mistake!
9118033 is described below

commit 9118033f8d79f9f58ca8efd8c48832857d9b0df8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 5 12:48:58 2018 +0100

    fix copy-paste mistake!
---
 etc/nginx/sites-enabled/demo.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/demo.site 
b/etc/nginx/sites-enabled/demo.site
index 144ee28..7f6b97c 100644
--- a/etc/nginx/sites-enabled/demo.site
+++ b/etc/nginx/sites-enabled/demo.site
@@ -47,7 +47,7 @@ server {
   location / {
     rewrite ^/$ /en/ redirect;
     rewrite ^/(..)/$ /$1/index.html break;
-    root /home/test/landing/demo;
+    root /home/demo/landing/demo;
   }
 
   rewrite ^/block/track$ https://shop.demo.taler.net/backoffice redirect;

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



reply via email to

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