From 5af4311d4ad76c251b19660892a360c221dcfc73 Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: Wed, 25 Nov 2015 13:15:48 +0000
Subject: [PATCH] changed gliders nginx conf

---
 gliders.nginx.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gliders.nginx.conf b/gliders.nginx.conf
index e74f787..59dea88 100644
--- a/gliders.nginx.conf
+++ b/gliders.nginx.conf
@@ -26,6 +26,10 @@ server {
         try_files $uri @rewriteapp;
     }
 
+    location /static/logs {
+        alias /var/gliders/logs;
+    }
+
     location @rewriteapp {
         rewrite ^(.*)$ /app_dev.php/$1 last;
     }
-- 
GitLab