diff --git a/docker/nginx/conf.d/include/proxy-cache-downloads b/docker/nginx/conf.d/include/proxy-cache-downloads index 5dca2771..1563d44e 100644 --- a/docker/nginx/conf.d/include/proxy-cache-downloads +++ b/docker/nginx/conf.d/include/proxy-cache-downloads @@ -18,4 +18,4 @@ proxy_cache_bypass $cookie_nocache $arg_nocache $skyd_disk_cache_enabled; set $nocache "1"; # disable cache when nocache is set or skyd cache is enabled -proxy_no_cache $nocache +proxy_no_cache $nocache;