Loading

随笔分类 -  Nginx

摘要:Nginx 强制 HTTPS 配置 server { listen 443 ssl; server_name example.com; ssl_certificate /cert/example.com.pem; ssl_certificate_key /cert/example.com.key; 阅读全文
posted @ 2020-08-26 23:13 晓晨Master 阅读(4509) 评论(0) 推荐(0)
摘要:这里安装的是nginx 1.14版本 1.下载源码 2.安装编译环境 3.编译安装 4.验证 输出如下: 5.创建软链接 6.开机自启动 输入如下内容 !/bin/sh nginx this script starts and stops the nginx daemon chkconfig: 85 阅读全文
posted @ 2018-07-10 20:10 晓晨Master 阅读(49968) 评论(0) 推荐(6)