root/cherokee/trunk/performance.conf.sample.pre

Revision 1738, 0.6 kB (checked in by alo, 2 months ago)

--

Line 
1 ##
2 ## cherokee.conf.performance -- Cherokee HTTP server configuration file
3 ##
4 ## High performance serving static content
5 ##
6 ## NOTE: This file is NOT meant to be edited by hand.
7 ##
8
9 # Server
10 #
11 server!port = 80
12 server!timeout = 20
13 server!keepalive = 1
14 server!keepalive_max_requests = 1000
15 server!server_tokens = full
16 server!panic_action = %prefix%/bin/cherokee-panic
17 server!pid_file = %localstatedir%/run/cherokee.pid
18
19 # Default virtual server
20 #
21 vserver!1!nick = default
22 vserver!1!document_root = %wwwroot%
23 vserver!1!rule!1!match = default
24 vserver!1!rule!1!handler = file
Note: See TracBrowser for help on using the browser.