We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd57bab commit 51eacb0Copy full SHA for 51eacb0
bin/v-add-fastcgi-cache
@@ -5,7 +5,7 @@
5
#
6
# example: v-add-fastcgi-cache user domain.tld
7
8
-# Function enables FastCGI cache for nginx
+# The function enables FastCGI cache for nginx
9
# Add "yes" as last parameter to append debug information to response headers
10
11
@@ -103,7 +103,7 @@ update_object_value 'web' 'DOMAIN' "$domain" '$FASTCGI_CACHE' 'yes'
103
104
# Restart web server
105
$BIN/v-restart-web
106
-check_result $? "Web restart failed" > /dev/null
+check_result $? "Web server restart failed" > /dev/null
107
108
# Logging
109
log_history "Enabled FastCGI cache for $domain"
0 commit comments