# This section configures Nginx main context

# user nobody; worker_processes 2; worker_rlimit_nofile 4096;

events {

worker_connections 2048;

}