about summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/caddy
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm2-22/+22
2023-12-15nixos/caddy: also increase socket send buffer size as recommended by upstreamnetworkException1-1/+2
2023-12-06nixos/caddy: Use caddyfile adapter by default when explicitly specifying conf...sohalt1-3/+3
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-11-24nixos/caddy: Fixed RestartSec typo.Jonathan Davies1-1/+1
2023-11-06nixos/caddy: Set systemd unit to restart on-failure whilst ignoringJonathan Davies1-1/+3
2023-09-18nixos/caddy: ensure vhosts come after user-specified `cfg.extraConfig`emilylange1-1/+1
2023-08-22nixos/caddy: Add rfc42 settings optionsohalt1-14/+40
2023-07-04nixos/caddy: remove admin checkSylvain Fankhauser1-7/+0
2023-07-04nixos/caddy: add support for reloadSylvain Fankhauser1-5/+40
2023-06-10nixos/caddy: omit empty `bind` directive when `listenAddresses` is emptyIndeedNotJames1-1/+1
2023-06-10nixos/caddy: change `acmeCA` default to `null`IndeedNotJames1-5/+13
2023-02-09nixos/caddy: fix `caddy fmt` for caddy v2.6.3IndeedNotJames1-1/+2
2022-10-22caddy: module: rmem_max defaulthappysalada1-0/+3
2022-09-28Fix docs.David Warde-Farley1-14/+12
2022-09-28Use `null` instead of empty string.David Warde-Farley1-15/+16
2022-09-28caddy: Omit `--adapter` from invocations if empty string suppliedDavid Warde-Farley1-8/+16
2022-08-31nixos/*: convert options with admonitions to MDpennae1-36/+33
2022-08-31nixos/*: automatically convert option descriptionspennae2-4/+4
2022-08-25Merge pull request #179155 from linj-fork/caddy-improve-securityBernardo Meurer2-6/+6
2022-08-06nixos/*: automatically convert option docspennae2-22/+22
2022-06-29nixos/caddy: force caddy to reload config in ExecReloadLin Jian1-1/+1
2022-06-29nixos/caddy: improve security about acme certsLin Jian2-6/+6
2022-01-08nixos/acme: ensure web servers using certs can access themWinter1-3/+10
2022-01-06nixos/caddy: add globalConfig optionAaron Andersen1-5/+28
2021-12-20nixos/caddy: introduce several new optionsAaron Andersen2-123/+271
2021-11-29caddy: include and utilize systemd service from upstream (#147305)Aaron Andersen1-17/+10
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-3/+2
2021-08-20caddy: add virtualHosts stubhappysalada2-0/+248