优化MCP消息转发Nginx配置文件
This commit is contained in:
@@ -40,6 +40,12 @@ else
|
||||
if [ -f /etc/debian_version ]; then
|
||||
# Ubuntu/Debian 系统
|
||||
apt install -y certbot python3-certbot-nginx
|
||||
# 也可以使用snapd安装
|
||||
# apt install -y snapd
|
||||
# # 使用snap安装 certbot
|
||||
# snap install --classic certbot
|
||||
# # Prepare the Certbot command
|
||||
# sudo ln -s /snap/bin/certbot /usr/bin/certbot
|
||||
elif [ -f /etc/redhat-release ]; then
|
||||
# CentOS/RHEL 系统
|
||||
# 首先安装 EPEL 仓库
|
||||
|
||||
Reference in New Issue
Block a user