From 85d66cdbdc1c9b0f7b6b31d8d5ef6b7b34ca858f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 24 Jan 2017 14:29:32 +0100 Subject: [PATCH] Fixed old streaming conf cache path. --- 6.Nginx/vhost_streaming.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.Nginx/vhost_streaming.conf b/6.Nginx/vhost_streaming.conf index fa5dcca2..1dac0878 100644 --- a/6.Nginx/vhost_streaming.conf +++ b/6.Nginx/vhost_streaming.conf @@ -1,4 +1,4 @@ -proxy_cache_path /tmp levels=1:2 keys_zone=cache:10m max_size=1g inactive=5m; +proxy_cache_path /tmp/nginx-streaming levels=1:2 keys_zone=cache:10m max_size=1g inactive=5m; server { listen 80; -- GitLab