MyNixOS website logo
option

services.dolibarr.h2o

With this option, you can customize an H2O virtual host which already has sensible defaults for Dolibarr. Set to { } if you do not need any customization to the virtual host. If enabled, then by default, the serverName is ${domain}, If this is set to null (the default), no H2O hosts will be configured.

Declarations
Type
null or (submodule)
Default
null
Example
{
  acme.enable = true;
  tls.policy = "force";
  compress = "ON";
}