MyNixOS website logo
option

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.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  debug
  servers {
    protocol {
      experimental_http3
    }
  }
''