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
/
command.go
Age
Commit message (
Expand
)
Author
2022-09-27
reverseproxy: fix upstream scheme handling in command (#5088)
lemmi
2022-09-15
caddyhttp: Add --debug flag to commands
Matthew Holt
2022-09-15
reverseproxy: Support repeated --to flags in command (#4693)
Isaac Parker
2022-08-01
caddyhttp: Implement `caddy respond` command (#4870)
Matt Holt
2022-05-29
reverseproxy: Add --internal-certs CLI flag #3589 (#4817)
Alexander M
2022-03-05
reverseproxy: Refactor dial address parsing, augment command parsing (#4616)
Francis Lavoie
2022-01-19
Improve the reverse-proxy CLI --to flag help message (#4535)
Vojtech Vitek
2021-10-11
caddyhttp: reverseproxy: clarify warning for -insecure (#4379)
Simão Gomes Viana
2020-06-22
chore: Fix typo in reverse-proxy subcommand help message (#3513)
Xiuming Chen
2020-05-21
cmd: hash-password: Fix broken terminal state on SIGINT (#3416)
Francis Lavoie
2020-05-12
cmd: reverse-proxy: add --insecure flag (with warning) (#3389)
linquize
2020-04-27
cmd: Clean up, simplify reverse proxy command; fix some edge cases
Matthew Holt
2020-04-09
reverseproxy: Minor tweaks
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
cmd/reverse_proxy: Add --change-host-header flag
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-11-15
cmd: Disable admin endpoint for file-server and reverse-proxy commands
Matthew Holt
2019-11-04
reverse_proxy: Add port to upstream address if only implied in scheme
Matthew Holt
2019-10-31
reverse_proxy: Fix panic for some CLI flag values (closes #2848)
Matthew Holt
2019-10-03
Add file-server and reverse-proxy subcommands
Matthew Holt