nginx 日志循环
ubuntu安装nginx,默认使用logrotate进行日志管理。
logrotate能解决nginx不能分割日志的缺陷,我们需要对其进行适当配置。
ubuntu安装nginx,默认使用logrotate进行日志管理。
logrotate能解决nginx不能分割日志的缺陷,我们需要对其进行适当配置。
1、安装
$apt-get install mysql-server $apt-get install nginx $apt-get install php5-fpm $apt-get install php5-cli php5-gd php5-mcrypt php5-mysql