pid /mnt/logs/nginx.pid;
error_log /mnt/logs/nginx.error.log;

events {
    worker_connections 1024;
    accept_mutex off;
}