minor
This commit is contained in:
parent
f0f264b911
commit
8e4c802ac5
@ -265,6 +265,7 @@ configure_nginx() {
|
|||||||
if confirm_action "要安装 nginx 吗?" "Y"; then
|
if confirm_action "要安装 nginx 吗?" "Y"; then
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install nginx=1.20.2-1~$(lsb_release -cs) -y
|
sudo apt install nginx=1.20.2-1~$(lsb_release -cs) -y
|
||||||
|
echo "别忘了把 /etc/nginx/sites-enabled 中的配置文件移动到 /etc/nginx/conf.d 中"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user