SOURCES: nginx-mail.conf (NEW) - init

sardzent sardzent at pld-linux.org
Fri Nov 30 18:17:27 CET 2007


Author: sardzent                     Date: Fri Nov 30 17:17:27 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- init

---- Files affected:
SOURCES:
   nginx-mail.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nginx-mail.conf
diff -u /dev/null SOURCES/nginx-mail.conf:1.1
--- /dev/null	Fri Nov 30 18:17:27 2007
+++ SOURCES/nginx-mail.conf	Fri Nov 30 18:17:22 2007
@@ -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;
+}
+
================================================================


More information about the pld-cvs-commit mailing list