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 060b5e8 commit 4ab5d2cCopy full SHA for 4ab5d2c
vhost.sh
@@ -23,12 +23,13 @@ vhost_add(){
23
echo -e "$GREEN"
24
echo -e "Created ${ngx_root_dir}/${domain_name} success!"
25
echo -e "Created ${ngx_install_dir}/conf/vhost/${domain_name}.conf success!"
26
+ echo -e "Be careful your nginx server port and php-fpm port !!!"
27
}
28
29
# 减少 vhost
30
vhost_del(){
31
echo -e "${YELLOW}"
- read -p "Please input your domain name which you want delete! (example: yunweijilu.com) " domain_name
32
+ read -p "Please input your domain name which you want delete! (example: charmingkamly.cn) " domain_name
33
34
if [ -z "$domain_name" ];then
35
echo
0 commit comments