We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3183359 commit ea418c3Copy full SHA for ea418c3
1 file changed
bin/v-change-web-domain-backend-tpl
@@ -52,12 +52,12 @@ check_hestia_demo_mode
52
# Action #
53
#----------------------------------------------------------#
54
55
-# Deleting current backend
56
-delete_web_backend
57
-
58
# Prepare new backend configuration
59
prepare_web_backend
60
+# Deleting current backend
+delete_web_backend
+
61
# Allocating backend port
62
backend_port=9000
63
ports=$(grep -v '^;' $pool/* 2>/dev/null |grep listen |grep -o :[0-9].*)
0 commit comments