随笔分类 -  nginx

摘要:下载依赖yum -y install gcc pcre-devel zlib-devel openssl-devel下载nginxwget http://nginx.org/download/nginx-1.7.12.tar.gz解压tar -zxvf nginx-1.7.12.tar.gzcd n... 阅读全文
posted @ 2015-04-10 15:42 sflik 阅读(231) 评论(0) 推荐(0)
摘要:vim /etc/init.d/nginx#!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig: - 85 15 # description: Nginx is an H... 阅读全文
posted @ 2015-04-09 15:15 sflik 阅读(341) 评论(0) 推荐(0)