]> git.pld-linux.org Git - packages/nginx.git/blame - nginx-mail.conf
oh… we can keep webserver(*) in -common only
[packages/nginx.git] / nginx-mail.conf
CommitLineData
73ad0f62 1user nginx nginx;
73ad0f62 2error_log /var/log/nginx/nginx-mail_error.log;
3pid /var/run/nginx-mail.pid;
4
5events {
6 worker_connections 2048;
7 use epoll;
8}
9
This page took 0.101601 seconds and 4 git commands to generate.