摘要: Nginx的配置文件nginx.conf配置详解如下: user nginx nginx; #Nginx用户及组:用户 组。window下不指定 worker_processes 8; #工作进程:数目。根据硬件调整,通常等于CPU数量或者2倍于CPU。 error_log logs/error.log; error_log logs/error.log noti... 阅读全文
posted @ 2017-07-28 10:52 iFindU_San 阅读(18341) 评论(0) 推荐(2) 编辑
摘要: 如果一站点既要80 http访问,又要443https访问。 要让https和http并存,不能在配置文件中使用ssl on,配置listen 443 ssl; 实例 相关链接 : http://nginx.org/en/docs/http/configuring_https_servers.htm 阅读全文
posted @ 2017-07-28 10:03 iFindU_San 阅读(2931) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-07-28 09:58 iFindU_San 阅读(15193) 评论(0) 推荐(0) 编辑