From 3ee7eba6f5c7fed94f8bda72f1190410dd11060b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=85=B7=E7=93=9C=E4=BA=91=E8=AF=BE=E5=A0=82?= <23592+koogua@user.noreply.gitee.com> Date: Tue, 22 Jun 2021 09:45:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=BC=98=E5=8C=96/=E9=85=8D=E7=BD=AESSL=E8=AF=81=E4=B9=A6.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 系统优化/配置SSL证书.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/系统优化/配置SSL证书.md b/系统优化/配置SSL证书.md index 072bdff0..4992c7af 100644 --- a/系统优化/配置SSL证书.md +++ b/系统优化/配置SSL证书.md @@ -11,4 +11,10 @@ cp ssl-default.conf.sample ssl-default.conf 把下载的证书放在 `nginx/ssl` 目录下,并对 `ssl-default.conf` 做相应修改 -![输入图片说明](https://images.gitee.com/uploads/images/2020/1107/171440_fca1318b_23592.png "系统-配置ssl.png") \ No newline at end of file +![输入图片说明](https://images.gitee.com/uploads/images/2020/1107/171440_fca1318b_23592.png "系统-配置ssl.png") + +重启 `nginx` 容器 + +``` +docker restart ctc-nginx +```