578 Commits (1c190b001b95e57d21dc63c01ae3c6de2a3fec57)
 

Author SHA1 Message Date
Matthew Holt 17d938fc54
httpcaddyfile: Add support for DNS challenge solvers 5 years ago
Jeremy Lin 98bbc54fdc
browse: allow filter init via `filter` query param (#3027) 5 years ago
Mohammed Al Sahaf 9bdd6caa0b v2: Implement RegExp Vars Matcher (#2997) 5 years ago
Matthew Holt f7f6e371ef
tls: Slight adjustment to how DNS provider modules are loaded 5 years ago
Matthew Holt b8cf4d5897
Fix typo in readme 5 years ago
Matthew Holt 04ec3c5f05
Update readme 5 years ago
Matthew Holt 8b28c36d48
Remove Starlark, for now 5 years ago
Matthew Holt 4a07a5d41e
caddyfile: tls: Ensure there is always a catch-all conn policy (#3005) 5 years ago
Matthew Holt b81ae38686
caddyfile: tls: Tag manual certificates (#2588) 5 years ago
Matthew Holt 5c7ca7d96e
http: Split 2-phase auto-HTTPS into 3 phases 5 years ago
Francis Lavoie ec56c25708
caddyhttp: Fix orig_uri placeholder docs (#3002) 5 years ago
Matthew Holt c0f827e0bd
httpcaddyfile: Add {remote} shorthand placeholders 5 years ago
Matthew Holt 490cd02f82
httpcaddyfile: Make root directive mutually exclusive 5 years ago
Matthew Holt 9639fe7d28
header: caddyfile: Defer header operations for deletions or manually 5 years ago
Matthew Holt 3592e59399
cmd: adapt: Make --config flag optional when Caddyfile exists 5 years ago
Mohammed Al Sahaf f74fed3f54
v2: only compare TLS protocol versions if both are set (#3005) 5 years ago
Matthew Holt 8b2ad61220
httpcaddyfile: Skip hosts from auto-https when http:// scheme (fix #2998) 5 years ago
Matthew Holt 6614d1c495
cmd: Emit error if reload cannot find a config to load 5 years ago
Matthew Holt c6bddbfbe2
http: Fix vars matcher 5 years ago
Matthew Holt 0742530d3d
rewrite: Prepend "/" if missing from strip path prefix 5 years ago
Matthew Holt 6b6cd934d0
reverseproxy: Fix casing of RootCAPEMFiles 5 years ago
Matthew Holt 5b878d5bd3
reverseproxy: Accept integer values for flush_interval (fix #2996) 5 years ago
Matthew Holt 2105d59936
httpcaddyfile: Rename 'headers' directive to 'header' 5 years ago
Matthew Holt 9a1370c2c8
cmd: Make --config flag optional for reload command 5 years ago
Matthew Holt d810637a9f
httpcaddyfile: Update directive docs; put root after rewrite 5 years ago
Matthew Holt 5d3ccf1eb7
httpcaddyfile: Get rid of 'tls off' parameter; probably not useful 5 years ago
Matthew Holt aad9f90cad
httpcaddyfile: Fix address parsing; don't infer port at parse-time 5 years ago
Zaq? Wiedmann 07ef4b0c7d
Merge pull request #2980 from moorereason/bugfix-ciphersuite-logging 5 years ago
Mohammed Al Sahaf 2bfaf8e896 reverse_proxy: CB docs; rename type -> factor (#2986) 5 years ago
Matthew Holt 372540f0ee
httpcaddyfile: Move redir before rewrite 5 years ago
Matthew Holt 793a405810
caddyhttp: Improve docs, and Caddyfile for respond directive 5 years ago
Matthew Holt 85ff0e3604
cmd: version: Add module replace to output 5 years ago
Matthew Holt e51e56a494
httpcaddyfile: Fix nested blocks; add handle directive; refactor 5 years ago
Cameron Moore 35174a8ba8 http: Fix ciphersuite logging 5 years ago
Matthew Holt 21643a007a
httpcaddyfile: Replace 'handler_order' option with 'order' 5 years ago
Matthew Holt 2466ed1484
httpcaddyfile: Group try_files routes together (#2891) 5 years ago
Matthew Holt a66f461201
caddyfile: Sort site subroutes by key specificity, and make exclusive 5 years ago
Matthew Holt 07ad4655db
rewrite: Make URI modifications more transactional (#2891) 5 years ago
Matthew Holt 271b5af148
http: Refactor automatic HTTPS (fixes #2972) 5 years ago
Matthew Holt 99e2b56519
cmd: adapt: Set config filename so it can be hidden (fixes #2974) 5 years ago
Matthew Holt 64f0173948
http: Fix subroutes, ensure that next handlers can still be called 5 years ago
Matthew Holt fe5a531c58
http: Fix empty responses 5 years ago
Matthew Holt 8c0c1a7b88
cmd: Assume Caddyfile if name starts with Caddyfile 5 years ago
Matthew Holt 25dea2903e
http: A little more polish on rewrite handler and try_files directive 5 years ago
Matthew Holt d876de61e5
rewrite: Fix query string logic 5 years ago
Matthew Holt 8be1f0ea66
http: Ensure primary routes always get compiled (fix #2972) 5 years ago
Matthew Holt 2eda21ec6d
http: Remove {...query_string} placeholder, in favor of {...query} 5 years ago
Matthew Holt d418e319ab
rewrite: Rename parameters; implement custom query string parser 5 years ago
Matthew Holt ba514f9660
cmd: Add build-info command; update CertMagic 5 years ago
Zaq? Wiedmann 3dcc34d341 caddyfile: advance cursor for claimed token in NewFromNextTokens() (#2971) 5 years ago