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: /lang/ -> /lang/i


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: /lang/ -> /lang/index.html
Date: Wed, 27 Dec 2017 15:39:44 +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 3fda224  /lang/ -> /lang/index.html
3fda224 is described below

commit 3fda224016ab20ac7dfb4d80545c6cc4912038fd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Dec 27 15:39:21 2017 +0100

    /lang/ -> /lang/index.html
---
 etc/nginx/sites-enabled/env.site | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site
index ec4c09b..c461013 100644
--- a/etc/nginx/sites-enabled/env.site
+++ b/etc/nginx/sites-enabled/env.site
@@ -58,6 +58,7 @@ server {
   }
 
   location ~ ^/(?<user>[a-zA-Z0-9-_]+)(?<req>/.*|)$ {
+    rewrite ^/(..)/$ /$1/index.html break;
     uwsgi_pass unix:/home/$user/sockets/landing.uwsgi;
     include /etc/nginx/uwsgi_params;
     uwsgi_param SCRIPT_NAME "/$user/";

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



reply via email to

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