https(day30)

1.配置需要配置端口为443

2.配置需要配置证书

复制代码
ssl_certificate /path/to/your/fullchain.pem;  # 证书文件
ssl_certificate_key /path/to/your/private.key;  # 私钥文件

3.其他优化

相关推荐
忧云4 分钟前
HTTP抓包工具:安装配置与使用教程
网络协议·网络抓包工具·http抓包
00后程序员张16 分钟前
Jenkins 自动上传 IPA 到 App Store 把发布步骤融入 CI/CD
android·ios·小程序·https·uni-app·iphone·webview
serve the people24 分钟前
Elasticsearch(5) i want to monitor the es health from a http api
大数据·http·elasticsearch
Mr -老鬼42 分钟前
EasyClick 入门指南:HTTP 网络请求与 API 对接实战
网络·网络协议·http·自动化·#easyclick
Shacoray1 小时前
K8s 中 Ingress 的 HTTPS 证书 如何生成?
容器·https·kubernetes
上海云盾第一敬业销售1 小时前
WAF架构解析与实战经验分享
网络协议·web安全·架构
行走__Wz1 小时前
【网工入门-01】模拟器工具eNSP
网络·网络协议
用户337922545682 小时前
A2A 协议规范深度剖析:三层架构、数据模型、操作语义与协议绑定
网络协议
曲幽2 小时前
写爬虫时用了代理还被封?Python 代理的那些隐藏坑,我替你踩明白了
python·http·https·proxy·socks·requests·socks5·proxies
liuzhilongDBA3 小时前
浅析连接池和TCP探活
网络·网络协议·tcp/ip