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 for permanent


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix for permanent redirect
Date: Mon, 30 Jan 2017 23:55:10 +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 121eced  fix for permanent redirect
121eced is described below

commit 121ecedf8566db7604c1349f7bca30ba9edc5f4a
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 30 23:55:07 2017 +0100

    fix for permanent redirect
---
 etc/nginx/sites-enabled/www-ssl.site | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/www-ssl.site 
b/etc/nginx/sites-enabled/www-ssl.site
index 561aadb..f9ef609 100644
--- a/etc/nginx/sites-enabled/www-ssl.site
+++ b/etc/nginx/sites-enabled/www-ssl.site
@@ -48,7 +48,9 @@ server {
            rewrite ^/(..)/$ /$1/index.html break;
 
            rewrite ^/(help/empty-wallet)$ /$1.html break;
-           rewrite ^/wallet-installation\.html$ /en/wallet.html permanent;
+           rewrite ^/wallet-installation\.html$ /en/wallet.html redirect;
+            # just to get around cached old redirect
+           rewrite ^/wallet\.en\.html$ /en/wallet.html redirect;
        }
 
         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]