MyNixOS website logo
option

services.moodle.virtualHost

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

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