From ba0c14d2a436846bffc2dba99ce53d8cf18c4720 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Fri, 20 Jan 2017 11:46:53 +0100
Subject: [PATCH] Moved proxy_cache_path in Nginx global conf (refs #18553).

---
 6.Nginx/vhost_mediaserver-msuser.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/6.Nginx/vhost_mediaserver-msuser.conf b/6.Nginx/vhost_mediaserver-msuser.conf
index d47deb41..a24a46f6 100644
--- a/6.Nginx/vhost_mediaserver-msuser.conf
+++ b/6.Nginx/vhost_mediaserver-msuser.conf
@@ -1,6 +1,3 @@
-# for a 20 Mbits/s stream, we want to keep maybe 10s of video, 40 streams means 1 GB
-proxy_cache_path /tmp levels=1:2 keys_zone=livecache:10m max_size=2g inactive=30s;
-
 geo $msuser_whitelist {
 	default 0;
 	127.0.0.1 1;
-- 
GitLab