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: explicitly redire


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: explicitly redirect /press as we want a short URL in presentations
Date: Tue, 07 Mar 2017 17:31:40 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fce9692  explicitly redirect /press as we want a short URL in 
presentations
fce9692 is described below

commit fce9692aa43dc384ab56fd367f6351e860d8b329
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 7 17:33:16 2017 +0100

    explicitly redirect /press as we want a short URL in presentations
---
 etc/nginx/sites-enabled/www-ssl.site | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/nginx/sites-enabled/www-ssl.site 
b/etc/nginx/sites-enabled/www-ssl.site
index e43beda..fcc3748 100644
--- a/etc/nginx/sites-enabled/www-ssl.site
+++ b/etc/nginx/sites-enabled/www-ssl.site
@@ -51,6 +51,8 @@ server {
            rewrite ^/wallet-installation\.html$ /en/wallet.html redirect;
             # just to get around cached old redirect
            rewrite ^/wallet\.en\.html$ /en/wallet.html redirect;
+
+           rewrite ^/press$ /en/press.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]