]> git.pld-linux.org Git - packages/nginx.git/blob - nginx-mail.conf
- up to 1.11.2
[packages/nginx.git] / nginx-mail.conf
1 user                    nginx nginx;
2 error_log               /var/log/nginx/nginx-mail_error.log;
3 pid                     /var/run/nginx-mail.pid;
4
5 events {
6         worker_connections      2048;
7         use epoll;
8 }
9
This page took 0.021958 seconds and 3 git commands to generate.