摘要: https://jingyan.baidu.com/article/6c67b1d6431a872787bb1ece.html 阅读全文
posted @ 2018-08-15 17:30 ding9587 阅读(131) 评论(0) 推荐(0) 编辑
摘要: nginx配置https访问 一、准备 环境:centos6.8 nginx:1.13.6 二、开始 首先安装依赖包: yum install -y gcc gcc-c++ autoconf automake make zlib zlib-devel openssl openssl-devel pc 阅读全文
posted @ 2018-08-15 17:24 ding9587 阅读(4775) 评论(0) 推荐(0) 编辑
摘要: 一:开始Nginx的SSL模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错误 1 nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf 阅读全文
posted @ 2018-08-15 15:05 ding9587 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: #user nobody;#开启进程数 <=CPU数 worker_processes 1;#错误日志保存位置#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#进程号保 阅读全文
posted @ 2018-08-15 11:26 ding9587 阅读(281) 评论(0) 推荐(0) 编辑