index
:
caddy
1xx-stdlib
2.7
acme-database
active-health-check-headers
active-health-host-placeholder-for-headers
add-default-collectors
add-verifier-in-comment
address-parse-commas
autohttp-warn-to-info
better-error-with-encrypted-private-key
browse-symlink-not-in-total
buffer-content-length
bump-go-ci
cache-ask
cel-placeholder-escape
cel-support-null
chroma-dep
ci-common-go-config
client-auth-doc
client-ip-with-port
close-h3-connections
cmd-issuer
composite-connpolicy-matcher
config-adapter-fix
ctx-app-strict
deb-provides
delete-config-test-cleanup
dep-upgrades
dependabot/github_actions/golangci/golangci-lint-action-5
deps-upgrade
document-interfaces
downgrade-min-go
drop-ondemand-ratelimit
early-data
empty-string-header-replacement
encode-connect
encode-flush
encode-flush-error
encode-sendfile
expand-proxy-proto-docs
export-lengthreader
fast-abs
fastcgi-cl-header
fastcgi-fix
file-placeholder
fileserver-oversight
fileserver-show
fix-6144
fix-6355
fix-config-file-detection-regrerssion
fix-default-logger
fix-encode-103
fix-otel-issue
fix-quic-nil-conn
fix-release
fix-reverseproxy-ca-provider
fix-sni-matcher-replacing
force-automate
forward-auth-empty-headers
forward-proxy
fuzz-seed-corpus
go120-issue5288
h2c-proxy-protocol
handler-trace
handshake-context
hijack-buffer-fix
hijack-read-size
http3-graceful
hurl-tests
ident-storage
improve-goreleaser-check
interface-network-type
issue-6300
limit-jobs-forks
master
matcher-regexp-names
matcher-with-error
merge-ip-matchers
metrics-improvements
ms-log-duration
multi-loggers
net-wal
no-bail-on-error
prefer-wildcard
prefixed-query
produce-csr
promote-metrics
proxy-h3
proxy-res-templates
proxy-success-ratio
proxy-upstream-ids
public-ip-certs
querymatcher
quic-go
reject-global-matcher-earlier
relative-path-fix
reload-troubleshooting
remove-unsupported-geese
remove-zealous-check
replace-error-msg
replacer-mutex
responsewriter-readfrom
retract-283
reverse-proxy-h2-websocket
reverse-proxy-websocket-size
rewrite-modify-query
rp-bad-comment
rwmutex-replacer
slices-pkg
storage-clean-off
strict
strip-prefix-fix
stripe
stripe-debug
stripe-kprox
stripe-kprox-debug
testing-updates
tls-cert-cache-internal-reload
transfer-encoding-match
transport-source-addr
update-golangci-config
upgrade-cel
upgrade-some-deps
upgrade-x-net
v1
vars-match-nil
virtualconns
websocket-normalize
windows-icon
x-net-0.32
zerossl
zerossl-email
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
caddyserver
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
caddyconfig
/
httpcaddyfile
/
directives.go
Age
Commit message (
Expand
)
Author
2024-09-30
core: Implement socket activation listeners (#6573)
Aaron Paterson
2024-09-25
chore: Use slices package where possible (#6585)
Francis Lavoie
2024-05-13
caddyhttp: New experimental handler for intercepting responses (#6232)
Kévin Dunglas
2024-05-11
logging: Add support for additional logger filters other than hostname (#6082)
Aziz Rmadi
2024-03-07
httpcaddyfile: Keep deprecated `skip_log` in directive order (#6153)
Steffen Busch
2024-03-06
httpcaddyfile: Add `RegisterDirectiveOrder` function for plugin authors (#5865)
Francis Lavoie
2024-03-05
logging: Implement `log_append` handler (#6066)
Francis Lavoie
2024-02-12
caddyauth: Rename `basicauth` to `basic_auth` (#6092)
Francis Lavoie
2024-01-23
caddyfile: Normalize & flatten all unmarshalers (#6037)
Francis Lavoie
2024-01-13
filesystem: Globally declared filesystems, `fs` directive (#5833)
a
2023-08-07
ci: Use gofumpt to format code (#5707)
Jacob Gadikian
2023-05-17
httpcaddyfile: Sort Caddyfile slice
Matthew Holt
2023-05-16
caddyhttp: Implement named routes, `invoke` directive (#5107)
v2.7.0-beta.1
Francis Lavoie
2023-03-27
httpcaddyfile: Adjust path matcher sorting to solve for specificity (#5462)
Francis Lavoie
2023-01-18
httpcaddyfile: Fix `handle` grouping inside `route` (#5315)
WeidiDeng
2022-09-15
caddyhttp: Add 'skip_log' var to omit request from logs (#4691)
Francis Lavoie
2022-09-13
httpcaddyfile: Fix sorting of repeated directives
Matthew Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-05-06
reverseproxy: Support performing pre-check requests (#4739)
Francis Lavoie
2022-04-25
httpcaddyfile: Add `{vars.*}` placeholder shortcut, reverse `vars` sort order...
v2.5.0
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...
v2.5.0-beta.1
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
[next]