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: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Wed, 15 Mar 2017 12:56:30 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b3fc5ca  syntax
b3fc5ca is described below

commit b3fc5caad7d7b0a5209944008de766c6042d0361
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 15 12:56:27 2017 +0100

    syntax
---
 etc/nginx/sites-enabled/demo.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/demo.site 
b/etc/nginx/sites-enabled/demo.site
index 9731013..9e146a5 100644
--- a/etc/nginx/sites-enabled/demo.site
+++ b/etc/nginx/sites-enabled/demo.site
@@ -18,7 +18,7 @@ server {
   include conf.d/demo.redirects;
   include conf.d/talerssl;
   location / {
-    rewrite ^/$ /en
+    rewrite ^/$ /en redirect;
     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]