Skip to content

2.1 nginx.conf

couplewith edited this page Mar 7, 2018 · 2 revisions

2.1 nginx.conf

` #*user nobody; worker_processes 8;

#*error_log  logs/error.log;
#*error_log  logs/error.log  notice;
#*error_log  logs/error.log  info;
  error_log  logs/error.log  warn;
#* pid        logs/nginx.pid;
events {
   worker_connections  20480;
   multi_accept        on;
   use                 epoll;
}
  #* for WEB Server
  include nginx_http.conf;
`

Clone this wiki locally