summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/reverseproxy/command.go
AgeCommit message (Expand)Author
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-08-05reverseproxy: do not parse upstream address too early if it contains replaceb...Mohammed Al Sahaf
2023-05-15reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile (#5...Francis Lavoie
2023-03-27log: Make sink logs encodable (#5441)Mohammed Al Sahaf
2023-03-27caddytls: Eval replacer on automation policy subjects (#5459)Francis Lavoie
2023-03-27reverseproxy: Header up/down support for CLI command (#5460)Francis Lavoie
2023-02-24cmd: Expand cobra support, add short flags (#5379)Francis Lavoie
2023-02-16cmd: Adjust documentation for commands (#5377)Francis Lavoie
2023-01-25reverseproxy: Add flag to short command to disable redirects (#5330)Y.Horie
2023-01-06reverseproxy: Don't enable auto-https when `--from` flag is http (#5269)Emily Lange
2022-09-27reverseproxy: fix upstream scheme handling in command (#5088)lemmi
2022-09-15caddyhttp: Add --debug flag to commandsMatthew Holt
2022-09-15reverseproxy: Support repeated --to flags in command (#4693)Isaac Parker
2022-08-01caddyhttp: Implement `caddy respond` command (#4870)Matt Holt
2022-05-29reverseproxy: Add --internal-certs CLI flag #3589 (#4817)Alexander M
2022-03-05reverseproxy: Refactor dial address parsing, augment command parsing (#4616)Francis Lavoie
2022-01-19Improve the reverse-proxy CLI --to flag help message (#4535)Vojtech Vitek
2021-10-11caddyhttp: reverseproxy: clarify warning for -insecure (#4379)Simão Gomes Viana
2020-06-22chore: Fix typo in reverse-proxy subcommand help message (#3513)Xiuming Chen
2020-05-21cmd: hash-password: Fix broken terminal state on SIGINT (#3416)Francis Lavoie
2020-05-12cmd: reverse-proxy: add --insecure flag (with warning) (#3389)linquize
2020-04-27cmd: Clean up, simplify reverse proxy command; fix some edge casesMatthew Holt
2020-04-09reverseproxy: Minor tweaksMatthew Holt
2020-03-13Minor tweaksMatthew Holt
2020-03-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt
2020-03-06Merge branch 'certmagic-refactor' into v2Matthew Holt
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2020-02-27cmd/reverse_proxy: Add --change-host-header flagMatthew Holt
2019-12-12Minor improvements; comments and shorter placeholders & module IDsMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-11-15cmd: Disable admin endpoint for file-server and reverse-proxy commandsMatthew Holt
2019-11-04reverse_proxy: Add port to upstream address if only implied in schemeMatthew Holt
2019-10-31reverse_proxy: Fix panic for some CLI flag values (closes #2848)Matthew Holt
2019-10-03Add file-server and reverse-proxy subcommandsMatthew Holt