05 2024 档案
摘要:Nginx location配置 参考: Nginx配置文件中location介绍 https://blog.csdn.net/m0_74412260/article/details/131030731 Nginx location配置 https://zhuanlan.zhihu.com/p/37
阅读全文
摘要:Python模拟数据生成库Faker PYPI 官网 https://pypi.org/project/Faker/ Github官网 https://github.com/joke2k/faker 文档 https://faker.readthedocs.io/en/master/ 中文参考: P
阅读全文
摘要:Nginx配置文件 nginx.conf 中文详解 参考: Nginx 入门指南 https://www.w3cschool.cn/nginx/ ######Nginx配置文件nginx.conf中文详解##### #定义Nginx运行的用户和用户组 user www www; #nginx进程数,
阅读全文
摘要:SSL 免费证书 参考: 查看证书时间的方式 https://blog.csdn.net/qq_38978882/article/details/133773102 用 Let's encrpyt 生成 SSL 证书 更新:为 NGINX 配置免费的 Let’s Encrypt SSL/TLS 证书
阅读全文