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: fix missing redir


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix missing redirect of /block/track to backoffice
Date: Wed, 12 Apr 2017 13:07:41 +0200

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 912677e  fix missing redirect of /block/track to backoffice
912677e is described below

commit 912677e758038cf513ac4dccccb1f016a7602add
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 12 13:10:47 2017 +0200

    fix missing redirect of /block/track to backoffice
---
 etc/nginx/sites-enabled/demo.site | 2 ++
 1 file changed, 2 insertions(+)

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;
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]