随笔分类 -  Euler / HCIP / web

摘要:目录Certbot1. 安装Certbot2. 申请SSL证书3. 增加域名4. nginx配置https5. 自动续签证书 Certbot 1. 安装Certbot yum install certbot python3-certbot-nginx 2. 申请SSL证书 # 这里你需要申请几个域名 阅读全文
posted @ 2024-07-04 19:36 FuShudi 阅读(42) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-07-03 18:09 FuShudi 阅读(0) 评论(0) 推荐(0) 编辑
摘要:目录Nginx详解1. Nginx关键特性2. Nginx配置2.1 event2.2 http2.2.1 log_format2.2.2 sendfile2.2.3 tcp_nopush2.2.4 tcp_nodelay2.2.5 keepalive_timeout2.2.6 include2.2 阅读全文
posted @ 2024-07-02 19:51 FuShudi 阅读(520) 评论(0) 推荐(4) 编辑
摘要:目录httpd配置1. 工作模式1.1 Prefork 模式1.2 Worker 模式1.3. Event 模式总结1.4 调整工作模式2. httpd配置文件解析2.1 ServerRoot2.2 Listen2.3 Include2.4 User & Group2.5 ServerAdmin2. 阅读全文
posted @ 2024-07-01 22:25 FuShudi 阅读(137) 评论(0) 推荐(0) 编辑