daemon on;
pid logs/nginx.pid;
user nobody nobody;
load_module "modules/ngx_http_xslt_filter_module.so";
error_log logs/error.log debug;
pcre_jit on;
thread_pool default threads=32 max_queue=65536;
timer_resolution 100ms;
worker_priority -5;
worker_processes auto;
worker_cpu_affinity auto;
worker_rlimit_nofile 65535;
worker_shutdown_timeout 10s;
lock_file logs/nginx.lock;
working_directory logs
debug_points stop;
worker_rlimit_core 800m;
events {
worker_connections 65535;
use epoll;
accept_mutex on;
accept_mutex_delay 300ms;
multi_accept on;
worker_aio_requests 128;
debug_connection 192.0.2.0/24;
}