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: fix env donations


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix env donations path
Date: Mon, 13 Feb 2017 00:46:28 +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 0336a51  fix env donations path
0336a51 is described below

commit 0336a515cdc5b0e503a536c64a652b1e22055ac8
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 13 00:46:26 2017 +0100

    fix env donations path
---
 etc/nginx/sites-enabled/env.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site
index 3abab69..9461e5e 100644
--- a/etc/nginx/sites-enabled/env.site
+++ b/etc/nginx/sites-enabled/env.site
@@ -60,7 +60,7 @@ server {
   }
 
   location ~ ^/(?<user>[a-zA-Z0-9-_]+)/donations(?<req>/.*|)$ {
-    uwsgi_pass unix:/home/$user/sockets/shop.uwsgi;
+    uwsgi_pass unix:/home/$user/sockets/donations.uwsgi;
     include /etc/nginx/uwsgi_params;
     uwsgi_param SCRIPT_NAME "/$user/donations/";
     uwsgi_param PATH_INFO "$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]