在uwsgi.xml加入下面一项
<disable-logging>true</disable-logging>
打开 config/environments/production.rb ,在靠后的位置加上
config.logger = Logger.new('/dev/null') # 关闭日志
关闭日之后速度快很多,看来写日志这个io操作很耗时间
设置自动启动
systemctl enable vsftpd.service
禁止自动启动
systemctl disable vsftpd.service