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
/
modules
/
caddyhttp
/
reverseproxy
Age
Commit message (
Expand
)
Author
2020-03-30
caddyhttp: Rename MatchNegate type to MatchNot type
Matthew Holt
2020-03-30
Keep type information with placeholders until replacements happen
Matthew Holt
2020-03-27
reverse_proxy: Upstream.String() method returns either LookupSRV or Dial
Matthew Holt
2020-03-24
reverse_proxy: Add support for SRV backends (#3180)
Matt 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-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-22
fastcgi: Support multiple path splitters (close #1564)
Matthew Holt
2020-03-20
reverseproxy: Add Alt-Svc to Hop-by-hop headers list (#3159)
Paolo Barbolini
2020-03-13
Minor tweaks
Matthew Holt
2020-03-13
v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)
Matt Holt
2020-03-07
http_ntlm: fix panic due to unintialized embedded field (#3120)
Mohammed Al Sahaf
2020-03-06
Merge branch 'certmagic-refactor' into v2
Matthew Holt
2020-03-06
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2020-02-28
reverse_proxy, php_fastcgi: Fix upstream parsing regression (fix #3101)
Matthew Holt
2020-02-27
Refactor ExtractMatcherSet()
Matthew Holt
2020-02-27
reverse_proxy: Allow use of URL to specify scheme
Matthew Holt
2020-02-27
cmd/reverse_proxy: Add --change-host-header flag
Matthew Holt
2020-02-27
Fix typos (#3087)
Success Go
2020-02-27
Revert "reverse_proxy: Add 'transparent' Caddyfile subdirective (closes #2873)"
Matthew Holt
2020-02-27
reverse_proxy: Add 'transparent' Caddyfile subdirective (closes #2873)
Matthew Holt
2020-02-23
reverse_proxy: Health checks: Don't cross the streams
Matthew Holt
2020-02-14
caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers
Matthew Holt
2020-01-22
reverseproxy: Fix casing of RootCAPEMFiles
Matthew Holt
2020-01-22
reverseproxy: Accept integer values for flush_interval (fix #2996)
Matthew Holt
2020-01-18
reverse_proxy: CB docs; rename type -> factor (#2986)
Mohammed Al Sahaf
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-11
http: A little more polish on rewrite handler and try_files directive
Matthew Holt
2020-01-10
http: Remove {...query_string} placeholder, in favor of {...query}
Matthew Holt
2020-01-09
Update docs for couple of Caddyfile directives
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2020-01-07
reverse_proxy: Add tls_trusted_ca_certs to Caddyfile (#2936)
Zaq? Wiedmann
2020-01-03
v2: housekeeping: address minor lint complaints (#2957)
Mohammed Al Sahaf
2019-12-29
Improve docs, especially w.r.t. placeholders and template actions
Matthew Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-28
fastcgi: Set SERVER_SOFTWARE, _NAME, and _PORT properly (fixes #2952)
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-17
http: Patch path matcher to ignore dots and spaces (#2917)
Matthew Holt
2019-12-12
try_files, rewrite: allow query string in try_files (fix #2891)
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-12-06
Use "IsUnixNetwork" function instead of repeating the logic
Matthew Holt
2019-12-04
Fix misspellings (#2908)
lu4p
2019-11-27
reverse_proxy: Add flush_interval to caddyfile syntax (#1460)
Matthew Holt
2019-11-18
reverse_proxy: Fix invalid argument to Intn in RandomChoice selection
Matthew Holt
2019-11-15
reverse_proxy: Allow buffering of client requests
Matthew Holt
2019-11-15
cmd: Disable admin endpoint for file-server and reverse-proxy commands
Matthew Holt
2019-11-11
core: Use port ranges to avoid OOM with bad inputs (#2859)
Mohammed Al Sahaf
2019-11-06
reverse_proxy: Fix NTLM auth detection
Matthew Holt
[next]