摘要: At my job we are moving to Nginx for the load balancing of our sites. Nginx is a very powerful load balancing/proxy server tool. It allows weighting, 阅读全文
posted @ 2017-11-06 15:04 kabibo 阅读(591) 评论(0) 推荐(0)
摘要: nginx的error_log类型如下(从左到右:debug最详细 crit最少): [ debug | info | notice | warn | error | crit ] 例如:error_log logs/nginx_error.log crit; 解释:日志文件存储在nginx安装目录 阅读全文
posted @ 2017-11-06 11:26 kabibo 阅读(6483) 评论(0) 推荐(0)