Skip to content

Commit 51eacb0

Browse files
author
Alexandros Ioannides
authored
Update v-add-fastcgi-cache
1 parent dd57bab commit 51eacb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-add-fastcgi-cache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# example: v-add-fastcgi-cache user domain.tld
77
#
8-
# Function enables FastCGI cache for nginx
8+
# The function enables FastCGI cache for nginx
99
# Add "yes" as last parameter to append debug information to response headers
1010

1111

@@ -103,7 +103,7 @@ update_object_value 'web' 'DOMAIN' "$domain" '$FASTCGI_CACHE' 'yes'
103103

104104
# Restart web server
105105
$BIN/v-restart-web
106-
check_result $? "Web restart failed" > /dev/null
106+
check_result $? "Web server restart failed" > /dev/null
107107

108108
# Logging
109109
log_history "Enabled FastCGI cache for $domain"

0 commit comments

Comments
 (0)