Fix syntax

This commit is contained in:
Ivaylo Novakov 2022-03-14 18:47:14 +01:00
parent ae7dac59cc
commit 803638bec5
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ proxy_cache_bypass $cookie_nocache $arg_nocache $skyd_disk_cache_enabled;
set $nocache "1"; set $nocache "1";
# disable cache when nocache is set or skyd cache is enabled # disable cache when nocache is set or skyd cache is enabled
proxy_no_cache $nocache proxy_no_cache $nocache;