From 13444536928a15fffd34bcaf85168e1479604723 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Tue, 7 Mar 2017 10:22:20 +0100
Subject: [PATCH] Removed unused cache path.

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

diff --git a/2.Common_services/5.Nginx/vhost_skyreach.conf b/2.Common_services/5.Nginx/vhost_skyreach.conf
index 039f20ff..e06e0aae 100644
--- a/2.Common_services/5.Nginx/vhost_skyreach.conf
+++ b/2.Common_services/5.Nginx/vhost_skyreach.conf
@@ -1,5 +1,3 @@
-proxy_cache_path /tmp/nginx-uc-apt-cache levels=1:2 keys_zone=uc-apt-cache:10m max_size=4g inactive=300s;
-
 server {
 	listen 80;
 	server_name {{ server_name }};
-- 
GitLab