@ -78,6 +78,7 @@ static int config_insert(server *srv) {
{ " server.stat-cache-engine " , NULL , T_CONFIG_STRING , T_CONFIG_SCOPE_CONNECTION } , /* 41 */
{ " server.max-connections " , NULL , T_CONFIG_SHORT , T_CONFIG_SCOPE_SERVER } , /* 42 */
{ " server.network-backend " , NULL , T_CONFIG_STRING , T_CONFIG_SCOPE_CONNECTION } , /* 43 */
{ " server.upload-dirs " , NULL , T_CONFIG_ARRAY , T_CONFIG_SCOPE_CONNECTION } , /* 44 */
{ " server.host " , " use server.bind instead " , T_CONFIG_DEPRECATED , T_CONFIG_SCOPE_UNSET } ,
{ " server.docroot " , " use server.document-root instead " , T_CONFIG_DEPRECATED , T_CONFIG_SCOPE_UNSET } ,
@ -114,6 +115,7 @@ static int config_insert(server *srv) {
stat_cache_string = buffer_init ( ) ;
cv [ 41 ] . destination = stat_cache_string ;
cv [ 43 ] . destination = srv - > srvconf . network_backend ;
cv [ 44 ] . destination = srv - > srvconf . upload_tempdirs ;
cv [ 42 ] . destination = & ( srv - > srvconf . max_conns ) ;
cv [ 12 ] . destination = & ( srv - > srvconf . max_request_size ) ;