欢迎来到我的博客
摘要: nginx.conf基本配置 server { listen 443 ssl; server_name yourdomain.com; ssl_certificate /path/to/cert.pem; ssl_certificate_key /path/to/key.pem; # 请求头中带有下 阅读全文
posted @ 2024-12-27 18:25 fchhk 阅读(53) 评论(0) 推荐(0)