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
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-24
caddyhttp: Specify default access log for a server (fix #3185)
v2.0.0-beta.20
Matthew Holt
2020-03-24
reverse_proxy: Add support for SRV backends (#3180)
Matt Holt
2020-03-24
admin: Fix regex for removing @id fields (closes #3187)
Matthew Holt
2020-03-24
Remove some non-essential plugins from this repo (#2780)
Matthew Holt
2020-03-24
fastcgi: Add debug log (#3178)
Matthew Holt
2020-03-24
logging: Fix off-by-one for roll size MB from Caddyfile
Matthew Holt
2020-03-23
report error on failed location response (#3184)
Mark Sargent
2020-03-23
fastcgi: Ensure root is always absolute (issue #3178) (#3182)
Matt Holt
2020-03-23
fastcgi: Fix PATH_INFO (issue #3178)
Matthew Holt
2020-03-23
cmd: Ensure certmagic defaults are set for any and all subcommands
Matthew Holt
2020-03-23
Update readme
Matthew Holt
2020-03-23
ci: Update branches to master (#3177)
Francis Lavoie
2020-03-23
tls: Few minor improvements/simplifications
Matthew Holt
2020-03-23
caddyhttp: Always provision ACME issuers (fix terms agree error)
Matthew Holt
2020-03-23
httpcaddyfile: Allow php_fastcgi to be used in route directive
v2.0.0-beta.19
Matthew Holt
2020-03-22
httpcaddyfile: Fix little typo (Next -> NextArg)
Matthew Holt
2020-03-22
cmd: Add --watch flag to start & run commands (closes #1806)
Matthew Holt
2020-03-22
ci: test local CA and update SNI tests (#3145)
Mark Sargent
2020-03-22
httpcaddyfile: Move header before redir (fixes #3148)
Matthew Holt
2020-03-22
fastcgi: Support multiple path splitters (close #1564)
Matthew Holt
2020-03-21
ci: Improve build artifact file names (#3168)
Francis Lavoie
2020-03-21
ci: Use matrix to set per-os variables (#3166)
Francis Lavoie
2020-03-21
caddyconfig: register adapters as Caddy modules (#3132)
Mohammed Al Sahaf
2020-03-20
tls/http: Fix auto-HTTPS logic w/rt default issuers (fixes #3164)
Matthew Holt
2020-03-20
caddytls: Support wildcard matching in ServerName conn policy matcher
Matthew Holt
2020-03-20
httpcaddyfile: Simplify 'root' directive parsing
Matthew Holt
2020-03-20
httpcaddyfile: Append access logger name to log's includes (fix #3110)
Matthew Holt
2020-03-20
v2: update CI badge on README (#3162)
Mohammed Al Sahaf
2020-03-20
go.mod: Update some deps; add new Strings lib to CEL matcher
Matthew Holt
2020-03-20
go.mod: Update CertMagic
Matthew Holt
2020-03-20
ci: Switch to Github Actions (#3152)
Francis Lavoie
2020-03-20
v2: fuzz: update function signature of caddyfile.Parse (#3160)
Mohammed Al Sahaf
2020-03-20
reverseproxy: Add Alt-Svc to Hop-by-hop headers list (#3159)
Paolo Barbolini
2020-03-19
caddyhttp: Implement CEL matcher (see #3051) (#3155)
v2.0.0-beta.18
Matt Holt
2020-03-19
httpcaddyfile: Unify strip_prefix, strip_suffix, uri_replace directives (#3157)
Matt Holt
2020-03-19
httpcaddyfile: 'bind' properly parses unix sockets (fixes #2999)
Matthew Holt
2020-03-18
templates: Enable Goldmark's footnote extension (closes #3136)
Matthew Holt
2020-03-18
caddyhttp: Minor improved Caddyfile support for some matchers
Matthew Holt
2020-03-18
Little tweaky tweaks
Matthew Holt
2020-03-18
httpcaddyfile: Prevent rewrite routes from consolidating (fix #3108)
Matthew Holt
2020-03-17
Update dependencies and readme
Matthew Holt
2020-03-17
httpcaddyfile: Many tls-related improvements including on-demand support
Matthew Holt
2020-03-17
caddyhttp: Add default SNI tests (#3146)
Mark Sargent
2020-03-17
cmd: fmt: Fix brace opening block indentation (#3153)
Vaibhav
2020-03-16
caddyhttp: Support path matcher of "*" without panic
Matthew Holt
2020-03-16
Use JSON format for logs if not interactive terminal
Matthew Holt
2020-03-15
Simplify build instructions in readme
Matthew Holt
2020-03-15
caddyhttp: Clean up; move some code around
Matthew Holt
2020-03-15
caddyhttp: Add support for listener wrapper modules
Matthew Holt
2020-03-15
caddytls: Clean up some code related to automation
Matthew Holt
[next]