diff --git a/6.Nginx/vhost_streaming.conf b/6.Nginx/vhost_streaming.conf
index 0f2d68e60c2a6b0230a9cfeaff1660cb5c670d50..0fd500dea5321fe81407b6436cddd1a0ffdc1e70 100644
--- a/6.Nginx/vhost_streaming.conf
+++ b/6.Nginx/vhost_streaming.conf
@@ -1,5 +1,3 @@
-proxy_cache_path /tmp/nginx-streaming levels=1:2 keys_zone=cache:10m max_size=1g inactive=5m;
-
 server {
 	listen 80;
 	server_name {{ server_name }};