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: missing uwsgi_par


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: missing uwsgi_params
Date: Mon, 20 Nov 2017 19:19:12 +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 9065652  missing uwsgi_params
9065652 is described below

commit 9065652a01e14edfe57c398c41f79fa9571655dd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 19:18:59 2017 +0100

    missing uwsgi_params
---
 etc/nginx/sites-enabled/test.site | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index 2a9f74f..c14d9af 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -252,6 +252,7 @@ server {
 
   location / {
     uwsgi_pass unix:/home/test/sockets/survey.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]