添加nginx为系统服务

使用nginx时候,肯定会操作到启动,停止,重启等操作。然后就写到进程里面,就很快操作了。 直接上文件。 nginx文件 1、在/etc/init.d/目录下编写脚本,名为nginx #!/bin/sh  #  # nginx - this script starts and stops the nginx daemon  #  # chkconfig:   - 85 15  # descript
相关文章
相关标签/搜索