Loading nixos/modules/services/web-servers/caddy/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -30,9 +30,11 @@ let ${optionalString ( hostOpts.useACMEHost != null ) "tls ${sslCertDir}/cert.pem ${sslCertDir}/key.pem"} ${optionalString (hostOpts.logFormat != null) '' log { ${hostOpts.logFormat} } ''} ${hostOpts.extraConfig} } Loading nixos/modules/services/web-servers/caddy/vhost-options.nix +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ in }; logFormat = mkOption { type = types.lines; type = types.nullOr types.lines; default = '' output file ${cfg.logDir}/access-${lib.replaceStrings [ "/" " " ] [ "_" "_" ] config.hostName}.log ''; Loading Loading
nixos/modules/services/web-servers/caddy/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -30,9 +30,11 @@ let ${optionalString ( hostOpts.useACMEHost != null ) "tls ${sslCertDir}/cert.pem ${sslCertDir}/key.pem"} ${optionalString (hostOpts.logFormat != null) '' log { ${hostOpts.logFormat} } ''} ${hostOpts.extraConfig} } Loading
nixos/modules/services/web-servers/caddy/vhost-options.nix +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ in }; logFormat = mkOption { type = types.lines; type = types.nullOr types.lines; default = '' output file ${cfg.logDir}/access-${lib.replaceStrings [ "/" " " ] [ "_" "_" ] config.hostName}.log ''; Loading