108 Commits (8ff330c555d86f20f44a5579869be591a7f8cc7c)

Author SHA1 Message Date
Matthew Holt 95615f5377
reverse_proxy: Fix NTLM auth detection 5 years ago
Matthew Holt 8e515289cb
reverse_proxy: Add support for NTLM 5 years ago
Matthew Holt 97d918df3e
reverse_proxy: Make HTTP versions configurable, don't set NextProtos 5 years ago
Matthew Holt bf363f061d
reverse_proxy: Add UnmarshalCaddyfile for random_choose selection policy 5 years ago
Matthew Holt cb25dd72ab
reverse_proxy: Add port to upstream address if only implied in scheme 5 years ago
Matthew Holt 8ef0a0b4f8
reverse_proxy: Fix panic for some CLI flag values (closes #2848) 5 years ago
Matthew Holt dccba71276 reverse_proxy: Structured logs 5 years ago
Matthew Holt 54e458b756
proxy: Forgot to commit import 5 years ago
Matthew Holt 813fff0584
proxy: Enable HTTP/2 on transport to backend 5 years ago
Matthew Holt 442fd748f6
caddyhttp: Minor cleanup and fix nil pointer deref in caddyfile adapter 5 years ago
Matt Holt b00dfd3965
v2: Logging! (#2831) 5 years ago
yzongyue fcd8869f51 reverse_proxy: optimize MaxIdleConnsPerHost default (#2809) 5 years ago
Matthew Holt 1e31be8de0
reverse_proxy: Allow dynamic backends (closes #990 and #1539) 5 years ago
Matthew Holt 8715a28320
reverse_proxy: Customize SNI value in upstream request (closes #2483) 5 years ago
Matthew Holt 9c0bf311f9
Miscellaneous cleanups / comments 5 years ago
Matthew Holt bcbe1c220d
reverse_proxy: Add local circuit breaker 5 years ago
Matthew Holt be7abda7d4
reverse_proxy: Implement retry_match; by default only retry GET requests 5 years ago
Matthew Holt 44cb804b9e
reverse_proxy: Configurable request headers on active health checks 5 years ago
Matthew Holt c11e3bffd6
Add file-server and reverse-proxy subcommands 5 years ago
Matthew Holt 2f684e42d5
reverse_proxy/headers: Expose header replacement ability in Caddyfile 5 years ago
Matt Holt 484cee1ac1
fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754) 5 years ago
Matthew Holt db4c73dd58
reverse_proxy: Close idle connections on module unload 5 years ago
Matthew Holt f15f0d5839
Eliminate some TODOs 5 years ago
Matthew Holt e73b117332
reverse_proxy: Ability to mutate headers; set upstream placeholders 5 years ago
Matthew Holt 758269124e
reverseproxy: Fix host and port on requests; fix Caddyfile parser 5 years ago
Matthew Holt 194df652eb
reverseproxy: Add 'tls' option to enable HTTPS with HTTP transport 5 years ago
Matthew Holt 2459c292a4
caddyfile: Improve Dispenser.NextBlock() to support nesting 5 years ago
Matthew Holt 0cf592fa2e
New 'php_fastcgi' directive for convenient PHP+FastCGI reverse proxy 5 years ago
Matthew Holt c32b7e8865
fastcgi: Make EnvVars a map instead of a slice 5 years ago
Matthew Holt b4f4fcd437
Migrate some selection policy tests over to v2 5 years ago
Matthew Holt 50e62d06bc
reverse_proxy: Caddyfile integration (and fix blocks in Dispenser) 5 years ago
Matthew Holt 14f9662f9c
Various fixes/tweaks to HTTP placeholder variables and file matching 5 years ago
Matthew Holt 21d7b662e7
fastcgi: Use request context as base, not a new one 5 years ago
Matthew Holt d2e46c2be0
fastcgi: Set default root path; add interface guards 5 years ago
Matthew Holt 80b54f3b9d
Add original URI to request context; implement into fastcgi env 5 years ago
Matthew Holt 0830fbad03
Reconcile upstream dial addresses and request host/URL information 5 years ago
Matthew Holt a60d54dbfd
reverse_proxy: Ignore context.Canceled errors 5 years ago
Matthew Holt acb8f0e0c2
Integrate circuit breaker modules with reverse proxy 5 years ago
Matthew Holt 652460e03e
Some cleanup and godoc 5 years ago
Matthew Holt 4a1e1649bc
reverse_proxy: Implement remaining TLS config for proxy to backend 5 years ago
Matthew Holt ccfb12347b
reverse_proxy: Implement active health checks 5 years ago
Matthew Holt 026df7c5cb
reverse_proxy: WIP refactor and support for FastCGI 5 years ago
Matthew Holt c9980fd367
Refactor Caddyfile adapter and module registration 6 years ago
Matthew Holt c4159ef76d
Fix module-related errors 6 years ago
Matthew Holt ab885f07b8
Implement config adapters and beginning of Caddyfile adapter 6 years ago
Matthew Holt ccb5d19c25
Get module name at runtime, and tidy up modules 6 years ago
Matthew Holt 63674ba081
Rename handler modules to use http.handlers namespace 6 years ago
Matthew Holt fdd871e177
go.mod: Append /v2 to module name; update all import paths 6 years ago
Matthew Holt 3177ee8010 Add license 6 years ago
Matthew Holt 5137859e47 Rename caddy2 -> caddy 6 years ago