services.davis.nginx

Use this option to customize an nginx virtual host. To disable the nginx set this to null.

Type
null or (submodule)
Default
{ }
Example
''
  {
    serverAliases = [
      "dav.''${config.networking.domain}"
    ];
    # To enable encryption and let let's encrypt take care of certificate
    forceSSL = true;
    enableACME = true;
  }
''
Declared
<nixpkgs/nixos/modules/services/web-apps/davis.nix>