services.zabbixWeb.httpd.virtualHost.locations
Declarative location config. See https://httpd.apache.org/docs/2.4/mod/core.html#location for details.
- Type
attribute set of (submodule)- Default
{ }- Example
{ "/" = { proxyPass = "http://localhost:3000"; }; "/foo/bar.png" = { alias = "/home/eelco/some-file.png"; }; };- Declared
- <nixpkgs/nixos/modules/services/web-apps/zabbix.nix>