summaryrefslogtreecommitdiff
path: root/caddyconfig
AgeCommit message (Expand)Author
2020-03-13Some hotfixes for beta 16Matthew Holt
2020-03-13caddyhttp: Fix default SNI for default conn policy (#3141)Mark Sargent
2020-03-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt
2020-03-10httpcaddyfile: error for wrong arg count of admin opt (#3126) (#3131)Francis Lavoie
2020-03-06Merge branch 'certmagic-refactor' into v2Matthew Holt
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2020-03-04httpcaddyfile: remove certificate tags from global state (#3111)Mark Sargent
2020-02-29fmt: Add support for block nesting. (#3105)Vaibhav
2020-02-29cmd: Add `caddy fmt` command. (#3090)Vaibhav
2020-02-28Simplify the logic in the previous commitMatthew Holt
2020-02-28httpcaddyfile: Treat no matchers as 0-len path matchers (fix #3100)Matthew Holt
2020-02-27httpcaddyfile: Allow "admin off" optionMatthew Holt
2020-02-27Refactor ExtractMatcherSet()Matthew Holt
2020-02-27Fix typos (#3087)Success Go
2020-02-26caddyfile: expand environment variables within caddy files (#3082)Zaq? Wiedmann
2020-02-26Initial implementation of global default SNI option (#3047)Mark Sargent
2020-02-25v2: 'log' directive for Caddyfile, and debug mode (#3052)Matt Holt
2020-02-25httpcaddyfile: Matchers can now be embedded into a nested scopeMatthew Holt
2020-02-25Expose TLS placeholders (#2982)Cameron Moore
2020-02-20httpcaddyfile: tls: Load repeated cert files only once, with one tagMatthew Holt
2020-02-20httpcaddyfile: Combine repeated cert loaders (fix #3004)Matthew Holt
2020-02-18httpcaddyfile: Properly add all cert loaders across sites (fixes #3056)Matthew Holt
2020-02-16httpcaddyfile: 'handle_errors' directiveMatthew Holt
2020-02-16httpcaddyfile: Refactor global options parsing; prevent duplicate keysMatthew Holt
2020-02-16http: Remove redundant test fileMatthew Holt
2020-02-14tls: Avoid duplication AutomationPolicies for large quantities of namesMatthew Holt
2020-02-14caddyfile: Refactor; NewFromNextSegment(); fix repeated matchersMatthew Holt
2020-02-12tls: Add acme_ca_root and tls/ca_root to caddyfile (#3040)Mark Sargent
2020-02-08httpcaddyfile: Add support for DNS challenge solversMatthew Holt
2020-02-06caddyfile: tls: Ensure there is always a catch-all conn policy (#3005)Matthew Holt
2020-02-06caddyfile: tls: Tag manual certificates (#2588)Matthew Holt
2020-02-04httpcaddyfile: Add {remote} shorthand placeholdersMatthew Holt
2020-02-04httpcaddyfile: Make root directive mutually exclusiveMatthew Holt
2020-01-23httpcaddyfile: Skip hosts from auto-https when http:// scheme (fix #2998)Matthew Holt
2020-01-22httpcaddyfile: Rename 'headers' directive to 'header'Matthew Holt
2020-01-22httpcaddyfile: Update directive docs; put root after rewriteMatthew Holt
2020-01-22httpcaddyfile: Get rid of 'tls off' parameter; probably not usefulMatthew Holt
2020-01-19httpcaddyfile: Fix address parsing; don't infer port at parse-timeMatthew Holt
2020-01-17httpcaddyfile: Move redir before rewriteMatthew Holt
2020-01-16httpcaddyfile: Fix nested blocks; add handle directive; refactorMatthew Holt
2020-01-16httpcaddyfile: Replace 'handler_order' option with 'order'Matthew Holt
2020-01-16httpcaddyfile: Group try_files routes together (#2891)Matthew Holt
2020-01-15caddyfile: Sort site subroutes by key specificity, and make exclusiveMatthew Holt
2020-01-10http: Remove {...query_string} placeholder, in favor of {...query}Matthew Holt
2020-01-09caddyfile: advance cursor for claimed token in NewFromNextTokens() (#2971)Zaq? Wiedmann
2020-01-09caddyfile: fix replacing variables on imported files (#2970)Mark Sargent
2020-01-09caddyfile: Use of vars no longer requires nesting in subroutesMatthew Holt
2020-01-09v2: Implement Caddyfile enhancements (breaking changes) (#2960)Matt Holt
2020-01-09caddyfile: Less strict URL parsing; allows placeholdersMatthew Holt
2020-01-09caddyfile: Preprocess env vars in {$THIS} format (#2963)Mark Sargent