diff --git a/6.Nginx/vhost_streaming.conf b/6.Nginx/vhost_streaming.conf
index c2f6ce3fd48d8bf05d8944a89ceb5197270d5f5a..f77bb5f7bf2eafabb1590c06f95d6c866f14dfa5 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 }};