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 +```