[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: fix confused sock
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: fix confused socket names |
Date: |
Mon, 22 Jan 2018 03:23:50 +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 5ebfffc fix confused socket names
5ebfffc is described below
commit 5ebfffc614019b4282a4401748242dbf2abda1e7
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 03:23:39 2018 +0100
fix confused socket names
---
etc/nginx/sites-enabled/test.site | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/nginx/sites-enabled/test.site
b/etc/nginx/sites-enabled/test.site
index 510b2b8..c5e1949 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -150,12 +150,12 @@ server {
location @blue {
add_header X-Taler-Deployment-Color blue;
- uwsgi_pass unix:/home/test-blue/sockets/donations.uwsgi;
+ uwsgi_pass unix:/home/test-blue/sockets/shop.uwsgi;
include /etc/nginx/uwsgi_params;
}
location @green {
add_header X-Taler-Deployment-Color green;
- uwsgi_pass unix:/home/test-green/sockets/donations.uwsgi;
+ uwsgi_pass unix:/home/test-green/sockets/shop.uwsgi;
include /etc/nginx/uwsgi_params;
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: fix confused socket names,
gnunet <=