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: no uwsgi for /lan


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no uwsgi for /landing @ "env"
Date: Thu, 04 Jan 2018 11:31: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 2bcf5ef  no uwsgi for /landing @ "env"
2bcf5ef is described below

commit 2bcf5efd3ab4a121f2e71139864bbf8c7bc87c56
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jan 4 11:31:07 2018 +0100

    no uwsgi for /landing @ "env"
---
 etc/nginx/sites-enabled/env.site | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site
index 790e96b..1df74ba 100644
--- a/etc/nginx/sites-enabled/env.site
+++ b/etc/nginx/sites-enabled/env.site
@@ -60,11 +60,9 @@ server {
   }
 
   location ~ ^/(?<user>[a-zA-Z0-9-_]+)(?<req>/.*|)$ {
+    # replace 'redirect' with 'break'?
     rewrite ^/([a-zA-Z0-9-_]+)/(..)/$ /$1/$2/index.html redirect;
-    uwsgi_pass unix:/home/$user/sockets/landing.uwsgi;
-    include /etc/nginx/uwsgi_params;
-    uwsgi_param SCRIPT_NAME "/$user/";
-    uwsgi_param PATH_INFO "$req";
+    root /home/$user/landing/demo;
   }
 
   location ~ ^/(?<user>[a-zA-Z0-9-_]+)/auditor(?<req>/.*|)$ {

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



reply via email to

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