taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7071fcea393f3e066bdc593715f7d65018da3fe5
parent fce9692aa43dc384ab56fd367f6351e860d8b329
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Mar 2017 17:40:25 +0100

also do /press rewrite for stage

Diffstat:
Metc/nginx/sites-enabled/www-stage.site | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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;