Default

添加SSL

为网站添加ssl证书 修改Nginx的配置文件/etc/nginx/conf.d/virtual.conf ``` server { listen 80; listen 443; # ssl 监听端口 server_name...

Read More →
0 评论