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 f723d15 commit d23fbb9Copy full SHA for d23fbb9
bin/v-rebuild-web-domains
@@ -58,6 +58,12 @@ done
58
web_conf="/etc/$WEB_SYSTEM/conf.d/vesta.conf"
59
proxy_conf="/etc/$PROXY_SYSTEM/conf.d/vesta.conf"
60
61
+# Touch vesta configs
62
+touch $web_conf
63
+if [ ! -z "$PROXY_SYSTEM" ]; then
64
+ touch $proxy_conf
65
+fi
66
+
67
# Checking if there is at least 1 domain
68
if [ "$domain_counter" -lt 1 ]; then
69
# Deleting web configs
0 commit comments