Deprecated config-cache global.
This commit is contained in:
Cristhian Martínez Ochoa 2022-05-28 16:33:32 -06:00
parent bbea4976dd
commit 4c3360e4ed
2 changed files with 1 additions and 2 deletions

View file

@ -1316,7 +1316,6 @@ config_fastcgi_cache() {
else
local timefile="/etc/nginx/conf.d/fastcgi.conf"
local mainfile="/etc/nginx/conf.d/fastcgi.conf"
[[ -n $config_cache && -z $cache_valid ]] && cache_valid=$config_cache # Will be removed!
fi

View file

@ -57,7 +57,7 @@ elif [[ -n $login_www_data ]]; then
nginx_not="true" # Nginx-Reload not-needed.
elif [[ -n $cache_valid || -n $config_cache ]]; then
elif [[ -n $cache_valid ]]; then
config_fastcgi_cache