CentOS6 配置Nginx,MySql,php-fpm开机启动的方法
文件大小: 54k
源码售价: 10 个金币 积分规则     积分充值
资源说明:一. Nginx 开机启动 1、在/etc/init.d/目录下创建脚本 vim /etc/init.d/nginx 2、编写脚本内容 (将以下复制进去相应改动安装路径) #!/bin/bash # nginx Startup script for the Nginx HTTP Server # it is v.0.0.2 version. # chkconfig: - 85 15 # description: Nginx is a high-performance web and proxy server. # It has a lot of features, but it's not
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。