]> git.pld-linux.org Git - packages/nginx.git/blob - nginx-mail.conf
- +#include <limits.h> /* IOV_MAX */
[packages/nginx.git] / nginx-mail.conf
1 user                    nginx nginx;
2 worker_processes        5;
3 error_log               /var/log/nginx/nginx-mail_error.log;
4 pid                     /var/run/nginx-mail.pid;
5
6 events {
7         worker_connections      2048;
8         use epoll;
9 }
10
This page took 0.031605 seconds and 3 git commands to generate.