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: a directory more.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: a directory more..
Date: Thu, 04 Jan 2018 11:50:38 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2750e7b  a directory more..
2750e7b is described below

commit 2750e7b20e1059053af5428ab5996cf9a5397241
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jan 4 11:50:19 2018 +0100

    a directory more..
---
 etc/nginx/sites-enabled/env.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site
index 93ca5f8..c893946 100644
--- a/etc/nginx/sites-enabled/env.site
+++ b/etc/nginx/sites-enabled/env.site
@@ -62,7 +62,7 @@ server {
   location ~ ^/(?<user>[a-zA-Z0-9-_]+)(?<req>/.*|)$ {
     # strip /landing/
     rewrite ^/([a-zA-Z0-9-_]+)/landing/$ /$user/ redirect;
-    rewrite ^/([a-zA-Z0-9-_]+)/(..)/$ /$1/$2/index.html break;
+    rewrite ^/([a-zA-Z0-9-_]+)/(..)/$ /$2/index.html break;
     root /home/$user/landing/demo;
   }
 

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



reply via email to

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