We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a341a6 commit 36f1703Copy full SHA for 36f1703
1 file changed
func/rebuild.sh
@@ -289,6 +289,10 @@ rebuild_web_domain_conf() {
289
$BIN/v-delete-web-domain-ssl-hsts $user $domain no
290
$BIN/v-add-web-domain-ssl-hsts $user $domain yes
291
fi
292
+ if [ "$FASTCGI_CACHE" = 'yes' ]; then
293
+ $BIN/v-delete-fastcgi-cache $user $domain
294
+ $BIN/v-add-fastcgi-cache $user $domain "$FASTCGI_DURATION"
295
+ fi
296
297
# Adding proxy configuration
298
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
0 commit comments