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 wallet instal


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix wallet installation page redirect
Date: Mon, 30 Jan 2017 23:52:42 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dbf033f  fix wallet installation page redirect
dbf033f is described below

commit dbf033f24f67233c5a548d642f210ff1406859f8
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 30 23:52:39 2017 +0100

    fix wallet installation page redirect
---
 etc/nginx/sites-enabled/www-ssl.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/www-ssl.site 
b/etc/nginx/sites-enabled/www-ssl.site
index 2a2ba1b..561aadb 100644
--- a/etc/nginx/sites-enabled/www-ssl.site
+++ b/etc/nginx/sites-enabled/www-ssl.site
@@ -48,7 +48,7 @@ server {
            rewrite ^/(..)/$ /$1/index.html break;
 
            rewrite ^/(help/empty-wallet)$ /$1.html break;
-           rewrite ^/wallet-installation\.html$ /wallet.en.html permanent;
+           rewrite ^/wallet-installation\.html$ /en/wallet.html permanent;
        }
 
         gzip on;

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



reply via email to

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