remove
Deprecated config-cache global.
This commit is contained in:
parent
bbea4976dd
commit
4c3360e4ed
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue