文章分类 -  Nginx

摘要:https://www.jiloc.com/42193.html nginx和php-fpm一样内建了一个状态页,对于想了解nginx的状态以及监控nginx非常有帮助。可以用网页的形式查看nginx服务器的连接数、请求数等情况。 Table of Contents 1 Nginx Status模块 阅读全文
posted @ 2018-03-16 13:35 yangchunlong 阅读(1925) 评论(0) 推荐(0)
摘要:https://www.augsky.com/998.html bandian 2017-02-28 8,536 ℃ 0条点评小号字体中号字体大号字体最近赋闲在家,看到TP都更新到5.0.6了,于是弄过来写了个小项目熟悉了下,发现改动确实蛮大的。首先就是支持Composer了。(强烈建议使用Comp 阅读全文
posted @ 2018-03-06 15:10 yangchunlong 阅读(224) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/andybegin/article/details/8724558 对于ThinkPHP的URL访问路劲如:http://localhost/index.php/Index/BlogTest/read,原先的Nginx的是不支持的pathinfo路劲的,导致 阅读全文
posted @ 2018-03-06 14:25 yangchunlong 阅读(343) 评论(0) 推荐(0)
摘要:#运行用户user nobody;#启动进程,通常设置成和cpu的数量相等worker_processes 1; #全局错误日志及PID文件#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error 阅读全文
posted @ 2018-01-08 11:20 yangchunlong 阅读(107) 评论(0) 推荐(0)
摘要:Nginx日志自动按日期存储 Nginx ("engine x") 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。但是他的日志系统实在是太欠了,所有的日志都会输出到一个文件中,随着 阅读全文
posted @ 2018-01-08 11:17 yangchunlong 阅读(2631) 评论(0) 推荐(0)