summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-07 17:40:25 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-07 17:40:25 +0100
commit7071fcea393f3e066bdc593715f7d65018da3fe5 (patch)
treef59f2ea1eb59fa853187928fec2659bb883df476 /etc
parentfce9692aa43dc384ab56fd367f6351e860d8b329 (diff)
downloaddeployment-7071fcea393f3e066bdc593715f7d65018da3fe5.tar.gz
deployment-7071fcea393f3e066bdc593715f7d65018da3fe5.tar.bz2
deployment-7071fcea393f3e066bdc593715f7d65018da3fe5.zip
also do /press rewrite for stage
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx/sites-enabled/www-stage.site3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/nginx/sites-enabled/www-stage.site b/etc/nginx/sites-enabled/www-stage.site
index 419c5d1..7861f23 100644
--- a/etc/nginx/sites-enabled/www-stage.site
+++ b/etc/nginx/sites-enabled/www-stage.site
@@ -63,6 +63,9 @@ 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;