Article

post_img

Nginx日志切割

摘要

nginx日志切割 备份日志文件 mv access.log bak.log 打开新的日志文件 ../sbin/nginx -s …

post_img

热升级Nginx

摘要

热升级nginx 热升级流程 将旧的Nginx文件替换成新的Nginx文件(注意备份) 向Master进程发送USR2信号 Mas …

post_img

Linux中磁盘的表示

摘要

名称规则 /dev/sda 其中 sd表示是一个SCSI设备 a表示是第一块硬盘 /dev/hda 其中 hd表示是一个IDE设备 …

post_img

Nginx中root和alias的区别

摘要

Nginx中的root 用root声明的路径 在实际访问的时候会带上 location 中的值 比如以下配置在实际访问的时候 匹配 …

post_img

Nginx命令行

摘要

Nginx命令行 格式: nginx -s reload 帮助: -? -h 使用指定的配置文件:-c 指定配置指令:-g 指定运 …