摘要: user www www; worker_processes 2; error_log /usr/local/nginx/logs/error.log info ; pid /var/run/nginx.pid; worker_rlimit_nofile 65535; events { use epoll; worker_connections 65535; } http { i... 阅读全文
posted @ 2016-11-28 16:43 JasonChen1030 阅读(255) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #nx 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... 阅读全文
posted @ 2016-11-28 16:41 JasonChen1030 阅读(192) 评论(0) 推荐(0) 编辑