MyNixOS website logo
option

services.zabbixWeb.httpd.virtualHost

Apache configuration can be done by adapting services.httpd.virtualHosts.<name>. See for further information.

Declarations
Type
submodule
Default
{ }
Example
{
  hostName = "zabbix.example.org";
  adminAddr = "[email protected]";
  forceSSL = true;
  enableACME = true;
}