pid /tmp/nginx.pid;
error_log /var/log/nginx/nginx.error.log;

events {
    worker_connections 1024;
    accept_mutex off;
}