From f88f9bd9fca4dfc6249b7a22f8510e74d31e96aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Fri, 17 Nov 2017 14:26:23 +0100
Subject: [PATCH] Changed skyreach uwsgi socket path (refs #23401).

---
 2.Common_services/5.Nginx/vhost_skyreach.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.Common_services/5.Nginx/vhost_skyreach.conf b/2.Common_services/5.Nginx/vhost_skyreach.conf
index 4a46c383..ddaeb51a 100644
--- a/2.Common_services/5.Nginx/vhost_skyreach.conf
+++ b/2.Common_services/5.Nginx/vhost_skyreach.conf
@@ -40,7 +40,7 @@ server {
 	}
 
 	location / {
-		uwsgi_pass unix:///home/skyreach/htdocs/skyreach_site/uwsgi/uwsgi.sock;
+		uwsgi_pass unix:///home/skyreach/.skyreach/uwsgi.sock;
 		include /etc/nginx/uwsgi_params;
 	}
 
-- 
GitLab