summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-12 13:10:47 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-12 13:11:05 +0200
commit912677e758038cf513ac4dccccb1f016a7602add (patch)
tree510fec9070bb31d45f7508d6229b396ce8ec4d45
parentb563e4304bef2430507dbf494c653a8eeecbe2b1 (diff)
downloaddeployment-912677e758038cf513ac4dccccb1f016a7602add.tar.gz
deployment-912677e758038cf513ac4dccccb1f016a7602add.tar.bz2
deployment-912677e758038cf513ac4dccccb1f016a7602add.zip
fix missing redirect of /block/track to backoffice
-rw-r--r--etc/nginx/sites-enabled/demo.site2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nginx/sites-enabled/demo.site b/etc/nginx/sites-enabled/demo.site
index 91af332..0fa9ed1 100644
--- a/etc/nginx/sites-enabled/demo.site
+++ b/etc/nginx/sites-enabled/demo.site
@@ -24,6 +24,8 @@ server {
include /etc/nginx/uwsgi_params;
}
+ rewrite ^/block/track$ https://shop.demo.taler.net/backoffice redirect;
+
include conf.d/favicon_robots;
}