调皮草丛

文章
2
资源
0
加入时间
2年10月21天

nginx.conf配置要求

nginx.conf[root@node5 conf]# cat nginx.conf#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;events {worker_connections 1024;}http {inclu