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: enabling redirect


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: enabling redirect to /<LANG>/index.html for address@hidden
Date: Wed, 31 May 2017 20:56:32 +0200

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 b0b6838  enabling redirect to /<LANG>/index.html for address@hidden
b0b6838 is described below

commit b0b68384d28cca6ce7b2f15e7e92c4925d9d5e69
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 31 20:56:09 2017 +0200

    enabling redirect to /<LANG>/index.html for address@hidden
---
 etc/nginx/sites-enabled/demo.site | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/nginx/sites-enabled/demo.site 
b/etc/nginx/sites-enabled/demo.site
index e72e87c..03bad26 100644
--- a/etc/nginx/sites-enabled/demo.site
+++ b/etc/nginx/sites-enabled/demo.site
@@ -25,8 +25,8 @@ server {
   include conf.d/demo.redirects;
   include conf.d/talerssl;
   location / {
-    #rewrite ^/$ /en/ redirect;
-    #rewrite ^/(..)/$ /$1/index.html break;
+    rewrite ^/$ /en/ redirect;
+    rewrite ^/(..)/$ /$1/index.html break;
     uwsgi_pass unix:/home/demo/sockets/landing.uwsgi;
     include /etc/nginx/uwsgi_params;
   }

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



reply via email to

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