events { multi_accept off; # リスニングソケットオープン時の相互排他制御 worker_connections 1024; # ワーカープロセス同時接続数 use epoll; # Linux 3.10 系で効率的なモデル }