关于一些nginx的高级扩展应用
nginx.conf 配置解释 详解user www www; 定义 Nginx 运行的用户及组 worker_processes 8; #[ debug | info | notice | warn | error | crit ] error_log /data1/logs/nginx_error.log crit; pid /usr/local/webserver/nginx/nginx.pid; #Specifies the value for maximum file descriptors that can be opened by this process. w
用户评论