Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
http
>
tengine
> tengine-conf.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tengine-conf.patch of Package tengine
--- 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;