summaryrefslogblamecommitdiff
path: root/src/plugins/httpd.txt
blob: 5a575f680fef4b58cb384ea77ae61a70f63e9b00 (plain) (tree)


















                                            
                      
//
// HTTP Daemon Plugin Configuration
//

// Enabled the http daemon?
enable_httpd: 1

// WWW Root path
//(The ending slash is required!)
document_root: httpd/

// Request timeout (first request)
// Both of the following are in milliseconds
request_timeout_first: 2500

// Request timeout (consequent requests)
request_timeout_persist: 60000

// Maximum persistent requests
max_persist_request: 32