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
Age
Commit message (
Expand
)
Author
2023-09-08
httpcaddyfile: fix placeholder shorthands in named routes (#5791)
Đỗ Trọng Hải
2023-08-20
caddyfile: Adjust error formatting (#5765)
Francis Lavoie
2023-08-19
httpcaddyfile: Stricter errors for site and upstream address schemes (#5757)
Karun Agarwal
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2023-08-07
ci: Use gofumpt to format code (#5707)
Jacob Gadikian
2023-08-03
httpcaddyfile: Fix `string does not match ~[]E` error (#5675)
Herman Slatman
2023-08-02
caddyhttp: Make use of `http.ResponseController` (#5654)
Francis Lavoie
2023-08-02
httpcaddyfile: Allow `hostnames` & logger name overrides for log directive (#...
Francis Lavoie
2023-07-12
caddyfile: Fix comparing if two tokens are on the same line (#5626)
WeidiDeng
2023-05-25
caddyfile: Track import name instead of modifying filename (#5540)
WeidiDeng
2023-05-22
caddyfile: Do not replace import tokens if they are part of a snippet (#5539)
WeidiDeng
2023-05-17
httpcaddyfile: Sort Caddyfile slice
Matthew Holt
2023-05-16
caddyhttp: Implement named routes, `invoke` directive (#5107)
Francis Lavoie
2023-05-15
caddyhttp: Refactor cert Managers (fix #5415) (#5533)
Matt Holt
2023-05-13
Slightly more helpful error message
Matthew Holt
2023-05-10
caddytls: Configurable fallback SNI (#5527)
Matt Holt
2023-03-27
log: Make sink logs encodable (#5441)
Mohammed Al Sahaf
2023-03-27
caddytls: Eval replacer on automation policy subjects (#5459)
Francis Lavoie
2023-03-27
caddyhttp: Determine real client IP if trusted proxies configured (#5104)
Francis Lavoie
2023-03-27
httpcaddyfile: Adjust path matcher sorting to solve for specificity (#5462)
Francis Lavoie
2023-02-16
caddyfile: Implement variadics for import args placeholders (#5249)
WeidiDeng
2023-02-06
caddyhttp: Pluggable trusted proxy IP range sources (#5328)
Francis Lavoie
2023-01-27
httpcaddyfile: Add persist_config global option (#5339)
Y.Horie
2023-01-27
caddyfile: Allow overriding server names (#5323)
Francis Lavoie
2023-01-18
httpcaddyfile: Fix `handle` grouping inside `route` (#5315)
WeidiDeng
2023-01-10
caddyhttp: Add server-level `trusted_proxies` config (#5103)
Francis Lavoie
2023-01-06
caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options (#5287)
Yannick Ihmels
2022-12-06
acme_server: Configurable default lifetime for issued certificates (#5232)
Kyle McCullough
2022-11-14
reverseproxy: Mask the WS close message when we're the client (#5199)
Francis Lavoie
2022-10-13
httpcaddyfile: Improve detection of indistinguishable TLS automation policies...
Matt Holt
2022-10-12
httpcaddyfile: Wrap site block in subroute if host matcher used (#5130)
Matt Holt
2022-10-06
httpcaddyfile: Fix `metrics` global option parsing (#5126)
Francis Lavoie
2022-10-05
logging: Fix `skip_hosts` with wildcards (#5102)
Francis Lavoie
2022-10-04
httpcaddyfile: Skip `automate` when `auto_https off` is specified (#5110)
Francis Lavoie
2022-09-20
httpcaddyfile: Fix `protocols` global option parsing (#5054)
Francis Lavoie
2022-09-16
caddyhttp: Support TLS key logging for debugging (#4808)
David Manouchehri
2022-09-16
caddyhttp: Make metrics opt-in (#5042)
Matt Holt
2022-09-15
caddyhttp: Add --debug flag to commands
Matthew Holt
2022-09-15
caddyhttp: Add 'skip_log' var to omit request from logs (#4691)
Francis Lavoie
2022-09-15
httpcaddyfile: Fix bind when IPv6 is specified with network (#4950)
Michael Stapelberg
2022-09-13
httpcaddyfile: Fix sorting of repeated directives
Matthew Holt
2022-09-05
httpcaddyfile: Add a couple more placeholder shortcuts (#5015)
Francis Lavoie
2022-09-02
core: Refactor listeners; use SO_REUSEPORT on Unix (#4705)
Matt Holt
2022-09-01
httpcaddyfile: Add shortcut for expression matchers (#4976)
Francis Lavoie
2022-08-31
httpcaddyfile: Add `{cookie.*}` placeholder shortcut (#5001)
Francis Lavoie
2022-08-24
httpcaddyfile: Add ocsp_interval global option (#4980)
Ben Burkert
2022-08-17
core: Change net.IP to netip.Addr; use netip.Prefix (#4966)
WilczyńskiT
2022-08-15
caddyhttp: Enable HTTP/3 by default (#4707)
Matt Holt
2022-08-09
httpcaddyfile: redir with "html" emits 200, no Location (fix #4940)
Matthew Holt
2022-08-03
httpserver: Configurable shutdown delay (#4906)
Matt Holt
[next]