]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx-mail.conf
- init
[packages/nginx.git] / nginx-mail.conf
diff --git a/nginx-mail.conf b/nginx-mail.conf
new file mode 100644 (file)
index 0000000..90a8642
--- /dev/null
@@ -0,0 +1,10 @@
+user                   nginx nginx;
+worker_processes       5;
+error_log              /var/log/nginx/nginx-mail_error.log;
+pid                    /var/run/nginx-mail.pid;
+
+events {
+       worker_connections      2048;
+       use epoll;
+}
+
This page took 0.081803 seconds and 4 git commands to generate.