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
/
caddyfile.go
Age
Commit message (
Expand
)
Author
2022-09-05
Drop requirement for filesystems to implement fs.StatFS
Dave Henderson
2022-09-05
fileserver: Support glob expansion in file matcher (#4993)
Matt Holt
2022-07-31
fileserver: Support virtual file system in Caddyfile
Matthew Holt
2022-03-04
fileserver: Add `pass_thru` Caddyfile option (#4613)
Francis Lavoie
2021-07-01
fileserver: Add `disable_canonical_uris` Caddyfile subdirective (#4222)
mritd
2021-04-08
fileserver: Add status code override (#4076)
Francis Lavoie
2021-03-29
encode,staticfiles: Content negotiation, precompressed files (#4045)
Steffen Brüheim
2020-11-02
fileserver: Improve and clarify file hiding logic (#3844)
Matt 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-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-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-15
Minor cleanups
Matthew Holt
2019-09-10
caddyfile: Improve Dispenser.NextBlock() to support nesting
Matthew Holt
2019-09-09
Merge pull request #2737 from caddyserver/fastcgi (reverse proxy!)
Matt Holt
2019-09-06
Various fixes/tweaks to HTTP placeholder variables and file matching
Matthew Holt
2019-08-27
Add query_string to HTTP replacer and use it for try_files
Matthew Holt
2019-08-22
Fix SIV where /v2 was missing from caddyfile adapter work (#2721)
Mohammed Al Sahaf
2019-08-21
file_server: Automatically hide all involved Caddyfiles
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Fix module-related errors
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt