services.caddy.globalConfig

Additional lines of configuration appended to the global config section of the Caddyfile.

Refer to https://caddyserver.com/docs/caddyfile/options#global-options for details on supported values.

Type
strings concatenated with "\n"
Default
""
Example
''
  debug
  servers {
    protocol {
      experimental_http3
    }
  }
''
Declared
<nixpkgs/nixos/modules/services/web-servers/caddy/default.nix>