From b53436343dd95b21942e67747ba9911a78616dcc Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 24 Feb 2023 02:40:09 +0800 Subject: [PATCH] up --- plugins/migration_api/index.py | 10 +++++----- plugins/migration_api/info.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/migration_api/index.py b/plugins/migration_api/index.py index 722d2dbdd..4300e0caa 100755 --- a/plugins/migration_api/index.py +++ b/plugins/migration_api/index.py @@ -456,8 +456,8 @@ class classApi: # return False s_files = [ - [self.__VHOST_PATH + - '/nginx/vhost/{}.conf'.format(siteInfo['name']), "网站配置文件"], + # [self.__VHOST_PATH + + # '/nginx/vhost/{}.conf'.format(siteInfo['name']), "网站配置文件"], [self.__VHOST_PATH + '/nginx/pass/{}.conf'.format(siteInfo['name']), "PASS"], [self.__VHOST_PATH + @@ -466,9 +466,9 @@ class classApi: '/nginx/redirect/{}'.format(siteInfo['name']), "重定向配置"], [self.__VHOST_PATH + '/nginx/proxy/{}'.format(siteInfo['name']), "反向代理配置"], - [self.__VHOST_PATH + - "/letsencrypt/{}".format(siteInfo['name']), "网站SSL证书"], - [self.__VHOST_PATH + "/ssl/{}".format(siteInfo['name']), "网站SSL证书"] + # [self.__VHOST_PATH + + # "/letsencrypt/{}".format(siteInfo['name']), "网站SSL证书"], + # [self.__VHOST_PATH + "/ssl/{}".format(siteInfo['name']), "网站SSL证书"] ] self.send_list(s_files) diff --git a/plugins/migration_api/info.json b/plugins/migration_api/info.json index 2de0976ff..873b39449 100755 --- a/plugins/migration_api/info.json +++ b/plugins/migration_api/info.json @@ -1,6 +1,6 @@ { "sort": 7, - "ps": "[潜龙勿用]一键迁移,仅网站数据和MySQL数据", + "ps": "[潜龙勿用]一键迁移,仅网站数据和MySQL数据(仅支持源码安装软件)", "name": "migration_api", "title": "一键迁移API", "shell": "install.sh",