MyNixOS website logo
option

services.caddy.extraConfig

Additional lines of configuration appended to the automatically generated Caddyfile.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  example.com {
    encode gzip
    log
    root /srv/http
  }
''