@@ -0,0 +1,31 @@
+--- nginx.conf 2013-04-30 16:54:19.000000000 +0200
++++ nginx-tengine.conf 2013-05-27 12:07:38.818660900 +0200
+@@ -1,12 +1,12 @@
+-
+ #user nobody;
+-worker_processes 1;
++worker_processes auto;
++worker_cpu_affinity auto;
+
+-#error_log logs/error.log;
+-#error_log logs/error.log notice;
+-#error_log logs/error.log info;
++#error_log logs/error.log;
++#error_log logs/error.log notice;
++#error_log logs/error.log info;
+
+-#pid logs/nginx.pid;
++#pid logs/nginx.pid;
+
+
+ events {
+@@ -29,6 +29,10 @@
+
+ #keepalive_timeout 0;
+ keepalive_timeout 65;
++ #server_info off;
++ #server_tag customize_me;
++ #server_admin xyz;
++ #server_info off;
+
+ #gzip on;
|