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
/
command.go
Age
Commit message (
Expand
)
Author
2022-08-01
caddyhttp: Implement `caddy respond` command (#4870)
Matt Holt
2022-04-25
httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728)
Francis Lavoie
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-04-10
caddyhttp: Add nil check (fixes #3248 and fixes #3250)
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
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2019-12-31
file-server command: Use safer defaults; http: improve host matcher docs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-16
file_server: Use HTTPS port when a qualifying domain is specified
Matthew Holt
2019-11-15
cmd: Disable admin endpoint for file-server and reverse-proxy commands
Matthew 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