From f9b2dbcb5e6ca60feb7260a13c7e358a6efe0296 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 24 Feb 2023 05:46:39 +0800 Subject: [PATCH] Update index.py --- plugins/migration_api/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/migration_api/index.py b/plugins/migration_api/index.py index 0e8a3a63b..3d3b39b9a 100755 --- a/plugins/migration_api/index.py +++ b/plugins/migration_api/index.py @@ -476,7 +476,7 @@ class classApi: '/nginx/proxy/{}'.format(siteInfo['name']), "反向代理配置"], [self.__VHOST_PATH + "/letsencrypt/{}".format(siteInfo['name']), "网站[LETS]SSL证书"], - [self.__VHOST_PATH + "/ssl/", "网站SSL目录"], + # [self.__VHOST_PATH + "/ssl/", "网站SSL目录"], ] if not mw.isAppleSystem():