]> git.pld-linux.org Git - packages/nginx.git/blame - nginx-mail.conf
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/nginx.git] / nginx-mail.conf
CommitLineData
73ad0f62 1user nginx nginx;
2worker_processes 5;
3error_log /var/log/nginx/nginx-mail_error.log;
4pid /var/run/nginx-mail.pid;
5
6events {
7 worker_connections 2048;
8 use epoll;
9}
10
This page took 0.068331 seconds and 4 git commands to generate.