commit fce9692aa43dc384ab56fd367f6351e860d8b329
parent b609e52778e12d24cfb1cba7fcad2540aaa0707c
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 7 Mar 2017 17:33:16 +0100
explicitly redirect /press as we want a short URL in presentations
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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;