MIME Type Problem

2018-01-16 Thread erick3k
Hi, i like to fix this error as i believe is causing MP4 not to load to some visitors. Resource interpreted as Document but transferred with MIME type video/mp4: web.com/video.mp4 My config includes the mime types # Mime settings include /etc/nginx/mime.types; default_ty

Re: Problem with proxy_cache_path and limit

2017-12-19 Thread erick3k
Yep is there, so am still back to 0, nginx is still filling up the hard disk please help Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277816,277840#msg-277840 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo

Re: Problem with proxy_cache_path and limit

2017-12-19 Thread erick3k
and that is done by the cache manager correct? when is this function triggered ? i suspect the cache manager is not working, how can i tell if is loaded? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277816,277836#msg-277836 ___ nginx maili

Re: Problem with proxy_cache_path and limit

2017-12-19 Thread erick3k
removing use_temp_path=off max_size is literally ignored, still fills the hard drive just in default nginx temp path Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277816,277832#msg-277832 ___ nginx mailing list nginx@nginx.org http://mailma

Re: Problem with proxy_cache_path and limit

2017-12-19 Thread erick3k
Interesting, what i observe is the folder cachemaster going over 1gb, way over until it fills the hard drive. so what is the correct way to limit the cache size used by nginx? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277816,277831#msg-277831 __

Re: Problem with proxy_cache_path and limit

2017-12-18 Thread erick3k
nothing, even tried 1024m Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277816,277819#msg-277819 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problem with proxy_cache_path and limit

2017-12-18 Thread erick3k
Hi Mate i tried both nginx -t nginx: [emerg] invalid max_size value "max_size=1GB" in /etc/nginx/nginx.conf:109 nginx: configuration file /etc/nginx/nginx.conf test failed root@nyc1:~# nginx -t nginx: [emerg] invalid max_size value "max_size=1Gb" in /etc/nginx/nginx.conf:109 nginx: configuration

Problem with proxy_cache_path and limit

2017-12-18 Thread erick3k
nginx -v nginx version: nginx/1.13.7 # Server globals userwww-data; worker_processesauto; worker_rlimit_nofile65535; error_log /var/log/nginx/error.log crit; pid /var/run/nginx.pid; # Worker config events { worker_connecti