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: demo uses static


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: demo uses static landing now
Date: Mon, 05 Feb 2018 12:42:13 +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 dec5afe  demo uses static landing now
dec5afe is described below

commit dec5afeaf13b802829283b096023a0841456ffa2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 5 12:41:54 2018 +0100

    demo uses static landing now
---
 etc/nginx/sites-enabled/demo.site | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/etc/nginx/sites-enabled/demo.site 
b/etc/nginx/sites-enabled/demo.site
index eb1ea5e..144ee28 100644
--- a/etc/nginx/sites-enabled/demo.site
+++ b/etc/nginx/sites-enabled/demo.site
@@ -47,8 +47,7 @@ server {
   location / {
     rewrite ^/$ /en/ redirect;
     rewrite ^/(..)/$ /$1/index.html break;
-    uwsgi_pass unix:/home/demo/sockets/landing.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/test/landing/demo;
   }
 
   rewrite ^/block/track$ https://shop.demo.taler.net/backoffice redirect;

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



reply via email to

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