Skip to content

nginx

Good defaults for the nginx webserver

Usage

To use this module, import it like this:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.nginx ];
    # ...
}

Module Options

clan.nginx.acme.email

Email address for account creation and correspondence from the CA. It is recommended to use the same email for all certs to avoid account creation limits.

Type: string

nginx