summaryrefslogtreecommitdiff
path: root/caddyconfig/httpcaddyfile/options.go
AgeCommit message (Collapse)Author
2019-10-30admin listener as opt-in for initial config (#2834)Andreas Schneider
* Always cleanup admin endpoint first * Error out if no config has been set (#2833) * Ignore explicitly missing admin config (#2833) * Separate config loading from admin initialization (#2833) * Add admin option to specify admin listener address (#2833) * Use zap for reporting admin endpoint status
2019-09-30httpcaddyfile: Add acme_ca and email global optionsMatthew Holt
Also add ability to access options from individual unmarshalers through the Helper values
2019-09-19httpcaddyfile: Global storage configuration (closes #2758)Matthew Holt
2019-09-11httpcaddyfile: Add 'experimental_http3' optionMatthew Holt
2019-09-10caddyfile: Improve Dispenser.NextBlock() to support nestingMatthew Holt
2019-08-22caddyfile: Allow handler order to be customizedMatthew Holt