Importing nginx-0.8.13 to this overlay.
This commit is contained in:
		
							
								
								
									
										55
									
								
								www-servers/nginx/files/nginx.conf-r1
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								www-servers/nginx/files/nginx.conf-r1
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,55 @@ | ||||
| user  apache apache; | ||||
|  | ||||
| worker_processes  1; | ||||
|  | ||||
| error_log /var/log/nginx/error_log info; | ||||
|  | ||||
| events { | ||||
| 	worker_connections  8192; | ||||
| 	use epoll; | ||||
| } | ||||
|  | ||||
| http { | ||||
| 	include		/etc/nginx/mime.types; | ||||
| 	default_type	application/octet-stream; | ||||
|  | ||||
| 	log_format main | ||||
| 		'$remote_addr - $remote_user [$time_local] ' | ||||
|         	'"$request" $status $bytes_sent ' | ||||
| 		'"$http_referer" "$http_user_agent" ' | ||||
| 		'"$gzip_ratio"'; | ||||
| 									        | ||||
| 	client_header_timeout	10m; | ||||
| 	client_body_timeout	10m; | ||||
| 	send_timeout		10m; | ||||
|  | ||||
| 	connection_pool_size		256; | ||||
| 	client_header_buffer_size	1k; | ||||
| 	large_client_header_buffers	4 2k; | ||||
| 	request_pool_size		4k; | ||||
|  | ||||
| 	gzip on; | ||||
| 	gzip_min_length	1100; | ||||
| 	gzip_buffers	4 8k; | ||||
| 	gzip_types	text/plain; | ||||
|  | ||||
| 	output_buffers	1 32k; | ||||
| 	postpone_output	1460; | ||||
|  | ||||
| 	sendfile	on; | ||||
| 	tcp_nopush	on; | ||||
| 	tcp_nodelay	on; | ||||
|  | ||||
| 	keepalive_timeout	75 20; | ||||
|  | ||||
| 	ignore_invalid_headers	on; | ||||
|  | ||||
| 	server { | ||||
| 		listen		127.0.0.1; | ||||
| 		server_name	localhost; | ||||
|  | ||||
| 		access_log	/var/log/nginx/access_log info; | ||||
|  | ||||
| 		root /var/www/localhost/htdocs; | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user