module Ocsigen_server:sig
..end
val section : Lwt_log_core.section
use Lwt_log.Section.set_level in order to debug
val reload : ?file:string -> unit -> unit
Reload the configuration of the server. The optional parameter
?file
may be used to read the configuration from another
file.
val start : ?config:Xml.xml list list -> unit -> unit
Start the server. Never returns.
module type Config_nested =sig
..end
module Site:sig
..end