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
/
fileserver
Age
Commit message (
Expand
)
Author
2020-12-30
fileserver: Fix "go up" links in browse listings (closes #3942)
Matthew Holt
2020-12-04
fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739)
Francis Lavoie
2020-11-26
fileserver: Add debug logging
Matthew Holt
2020-11-24
fileserver: Preserve transformed root (fix #3838)
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-02
fileserver: Improve and clarify file hiding logic (#3844)
Matt Holt
2020-09-16
fileserver: Fix try_files for directories; windows fix (#3684)
Francis Lavoie
2020-09-11
fileserver: Fix new file hide tests on Windows (#3719)
Matt Holt
2020-09-11
fileserver: Improve file hiding logic for directories and prefixes
Matthew Holt
2020-09-08
browse: align template to struct field renames from 4940325 (#3706)
Mohammed Al Sahaf
2020-08-31
fileserver: Fix inconsistencies in browse JSON
Matthew Holt
2020-08-01
fileserver: Fix newly-introduced failing test on Linux (#3625)
Matt Holt
2020-07-31
fileserver: Don't assume len(str) == len(ToLower(str)) (fix #3623)
Matthew Holt
2020-07-08
fileserver: Enable browse pagination with offset parameter (#3542)
snu-ceyda
2020-05-26
cmd: file-server: add --access-log flag (#3454)
Rui Lopes
2020-05-21
cmd: hash-password: Fix broken terminal state on SIGINT (#3416)
Francis Lavoie
2020-05-05
file_server: Accept files args in one-liner of Caddyfile matcher (#3298)
Matt Holt
2020-04-27
caddyhttp: Add split_path to file matcher (used by php_fastcgi) (#3302)
Francis Lavoie
2020-04-10
caddyhttp: Add nil check (fixes #3248 and fixes #3250)
Matthew Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-03-24
file_server: Fix dumb error check I must have written at 1am
Matthew Holt
2020-03-14
fileserver: Add --templates flag to file-server command
Matthew Holt
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-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-27
Fix typos (#3087)
Success Go
2020-02-08
browse: allow filter init via `filter` query param (#3027)
Jeremy Lin
2020-01-22
httpcaddyfile: Update directive docs; put root after rewrite
Matthew Holt
2020-01-16
httpcaddyfile: Group try_files routes together (#2891)
Matthew Holt
2020-01-11
http: A little more polish on rewrite handler and try_files directive
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
2019-12-31
file-server command: Use safer defaults; http: improve host matcher docs
Matthew Holt
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-23
Improve godocs all around
Matthew Holt
2019-12-17
rewrite: Attempt query string fix (#2891)
Matthew Holt
2019-12-12
try_files, rewrite: allow query string in try_files (fix #2891)
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-27
reverse_proxy: Add flush_interval to caddyfile syntax (#1460)
Matthew Holt
2019-11-16
file_server: Use HTTPS port when a qualifying domain is specified
Matthew Holt
2019-11-15
file_server: Optional pass_thru mode
Matthew Holt
2019-11-15
cmd: Disable admin endpoint for file-server and reverse-proxy commands
Matthew Holt
2019-11-15
Minor cleanups
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-15
v2: Make tests work on Windows (#2782)
Matt Holt
2019-10-04
file_server: Set default address to :2015 if --listen not specified
Matthew Holt
2019-10-03
Add file-server and reverse-proxy subcommands
Matthew Holt
2019-09-10
caddyfile: Improve Dispenser.NextBlock() to support nesting
Matthew Holt
[next]