package ocsigenserver

  1. Overview
  2. Docs
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