From 803638bec56b1432413434246c166697d895f136 Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Mon, 14 Mar 2022 18:47:14 +0100 Subject: [PATCH] Fix syntax --- docker/nginx/conf.d/include/proxy-cache-downloads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;