services.zabbixWeb.httpd.virtualHost.servedDirs
NixOS option
This option provides a simple way to serve static directories.
type: list of (attribute set)Default
[ ]
Example
declared in: nixos/modules/services/web-apps/zabbix.nixView source on NixOS/nixpkgs →[
{
dir = "/home/eelco/Dev/nix-homepage";
urlPath = "/nix";
}
]