world_alive2016年7月13日2025年7月8日Debain, Nginx Debian7/8/9 安装最新的nginx稳定版本我们知道,通过 apt-get install nginx 就可以安装上nginx,可惜这样安装的nginx版 继续阅读
world_alive2016年5月26日2025年7月8日Nginx, 日志 nginx访问日志,错误日志参数说明访问日志[Access.log] ‘$remote_addr $remote_user [$tim 继续阅读
world_alive2016年5月13日2025年7月8日CentOS, Nginx Nginx 开机自启动1、 vim /etc/init.d/nginx 内容为: #!/bin/sh # # 继续阅读
world_alive2016年5月13日2025年7月8日Nginx Nginx 编译安装Nginx 编译安装 1 利用下面的命令来检查系统是否安装了apache rpm -qa|grep httpd 继续阅读