index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
caddyconfig
/
httpcaddyfile
/
directives.go
Age
Commit message (
Expand
)
Author
2022-05-06
reverseproxy: Support performing pre-check requests (#4739)
Francis Lavoie
2022-04-25
httpcaddyfile: Add `{vars.*}` placeholder shortcut, reverse `vars` sort order...
Francis Lavoie
2022-03-24
httpcaddyfile: Fix #4640 (auto-HTTPS edgecase) (#4661)
Francis Lavoie
2022-03-22
httpcaddyfile: Add 'vars' directive
Matthew Holt
2022-03-13
chore: Comment fixes (#4634)
Francis Lavoie
2022-03-09
reverseproxy: copy_response and copy_response_headers for handle_response rou...
Francis Lavoie
2022-03-08
tracing: New OpenTelemetry module (#4361)
Andrii Kushch
2022-01-18
rewrite: Add `method` Caddyfile directive (#4528)
Francis Lavoie
2021-12-13
httpcaddyfile: Fix sorting edgecase for nested `handle_path` (#4477)
Francis Lavoie
2021-10-26
httpcaddyfile: Empty tls policy for internal http localhost (#4398)
Marc Easen
2021-08-26
httpcaddyfile: Reorder some directives (#4311)
Francis Lavoie
2021-08-25
httpcaddyfile: Improve unrecognized directive errors
Matthew Holt
2021-06-09
httpcaddyfile: Don't add HTTP hosts to TLS APs (fix #4176 and fix #4198)
Matthew Holt
2021-05-02
reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021)
Francis Lavoie
2021-03-12
httpcaddyfile: Add `error` directive for the existing handler (#4034)
Francis Lavoie
2021-01-28
caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983)
Matt Holt
2021-01-07
httpcaddyfile: Support repeated use of cert_issuer global option
Matthew Holt
2020-11-20
headers: Support default header values in Caddyfile with '?' (#3807)
Gilbert Gilb's
2020-11-16
requestbody: Add Caddyfile support (#3859)
Nicola Piccinini
2020-09-22
httpcaddyfile: Fix panic when parsing route with matchers (#3746)
Francis Lavoie
2020-09-21
httpcaddyfile: Disallow args on route/handle directive family (#3740)
Francis Lavoie
2020-09-17
metrics: Initial integration of Prometheus metrics (#3709)
Dave Henderson
2020-08-17
httpcaddyfile: Improve directive sorting logic (#3658)
Francis Lavoie
2020-08-05
httpcaddyfile: Allow named matchers in `route` blocks (#3632)
Francis Lavoie
2020-07-20
push: Implement HTTP/2 server push (#3573)
Matt Holt
2020-06-26
caddyhttp: Add 'map' handler (#3199)
Mark Sargent
2020-06-03
caddypki: Add 'acme_server' Caddyfile directive
Matthew Holt
2020-05-26
httpcaddyfile: New `handle_path` directive (#3281)
Francis Lavoie
2020-05-11
httpcaddyfile: Make global options pluggable (#3265)
Francis Lavoie
2020-05-06
httpcaddyfile: Fix route ordering bug
Matthew Holt
2020-04-08
httpcaddyfile, caddytls: Multiple edge case fixes; add tests
Matthew Holt
2020-04-02
httpcaddyfile: Refactor site key parsing; detect conflicting schemes
Matthew Holt
2020-03-28
httpcaddyfile: Put root directive first, before redir and rewrite
Matthew Holt
2020-03-22
httpcaddyfile: Move header before redir (fixes #3148)
Matthew Holt
2020-03-19
httpcaddyfile: Unify strip_prefix, strip_suffix, uri_replace directives (#3157)
Matt Holt
2020-03-04
httpcaddyfile: remove certificate tags from global state (#3111)
Mark Sargent
2020-02-28
Simplify the logic in the previous commit
Matthew Holt
2020-02-28
httpcaddyfile: Treat no matchers as 0-len path matchers (fix #3100)
Matthew Holt
2020-02-27
Refactor ExtractMatcherSet()
Matthew Holt
2020-02-25
httpcaddyfile: Matchers can now be embedded into a nested scope
Matthew Holt
2020-02-16
httpcaddyfile: 'handle_errors' directive
Matthew Holt
2020-01-22
httpcaddyfile: Rename 'headers' directive to 'header'
Matthew Holt
2020-01-22
httpcaddyfile: Update directive docs; put root after rewrite
Matthew Holt
2020-01-17
httpcaddyfile: Move redir before rewrite
Matthew Holt
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-16
httpcaddyfile: Replace 'handler_order' option with 'order'
Matthew Holt
2020-01-16
httpcaddyfile: Group try_files routes together (#2891)
Matthew Holt
2020-01-15
caddyfile: Sort site subroutes by key specificity, and make exclusive
Matthew Holt
2020-01-09
v2: Implement Caddyfile enhancements (breaking changes) (#2960)
Matt Holt
2019-12-12
rewrite: strip_prefix, strip_suffix, and uri_replace dirs (closes #2906)
Matthew Holt
[next]