随笔分类 - Euler / HCIP / web
摘要:目录Certbot1. 安装Certbot2. 申请SSL证书3. 增加域名4. nginx配置https5. 自动续签证书 Certbot 1. 安装Certbot yum install certbot python3-certbot-nginx 2. 申请SSL证书 # 这里你需要申请几个域名
阅读全文
摘要:目录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
阅读全文
摘要:目录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.
阅读全文