Age | Commit message (Expand) | Author |
2019-12-12 | try_files, rewrite: allow query string in try_files (fix #2891) | 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-12-06 | Use "IsUnixNetwork" function instead of repeating the logic | Matthew Holt |
2019-12-04 | Fix misspellings (#2908) | lu4p |
2019-11-27 | reverse_proxy: Add flush_interval to caddyfile syntax (#1460) | Matthew Holt |
2019-11-18 | reverse_proxy: Fix invalid argument to Intn in RandomChoice selection | Matthew Holt |
2019-11-15 | reverse_proxy: Allow buffering of client requests | Matthew Holt |
2019-11-15 | cmd: Disable admin endpoint for file-server and reverse-proxy commands | Matthew Holt |
2019-11-11 | core: Use port ranges to avoid OOM with bad inputs (#2859) | Mohammed Al Sahaf |
2019-11-06 | reverse_proxy: Fix NTLM auth detection | Matthew Holt |
2019-11-05 | reverse_proxy: Add support for NTLM | Matthew Holt |
2019-11-05 | reverse_proxy: Make HTTP versions configurable, don't set NextProtos | Matthew Holt |
2019-11-04 | reverse_proxy: Add UnmarshalCaddyfile for random_choose selection policy | 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-29 | reverse_proxy: Structured logs | Matthew Holt |
2019-10-29 | proxy: Forgot to commit import | Matthew Holt |
2019-10-29 | proxy: Enable HTTP/2 on transport to backend | Matthew Holt |
2019-10-28 | caddyhttp: Minor cleanup and fix nil pointer deref in caddyfile adapter | Matthew Holt |
2019-10-28 | v2: Logging! (#2831) | Matt Holt |
2019-10-11 | reverse_proxy: optimize MaxIdleConnsPerHost default (#2809) | yzongyue |
2019-10-11 | reverse_proxy: Allow dynamic backends (closes #990 and #1539) | Matthew Holt |
2019-10-10 | reverse_proxy: Customize SNI value in upstream request (closes #2483) | Matthew Holt |
2019-10-10 | Miscellaneous cleanups / comments | Matthew Holt |
2019-10-09 | reverse_proxy: Add local circuit breaker | Matthew Holt |
2019-10-05 | reverse_proxy: Implement retry_match; by default only retry GET requests | Matthew Holt |
2019-10-04 | reverse_proxy: Configurable request headers on active health checks | Matthew Holt |
2019-10-03 | Add file-server and reverse-proxy subcommands | Matthew Holt |
2019-09-20 | reverse_proxy/headers: Expose header replacement ability in Caddyfile | Matthew Holt |
2019-09-17 | fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754) | Matt Holt |
2019-09-14 | reverse_proxy: Close idle connections on module unload | Matthew Holt |
2019-09-14 | Eliminate some TODOs | Matthew Holt |
2019-09-14 | reverse_proxy: Ability to mutate headers; set upstream placeholders | Matthew Holt |
2019-09-11 | reverseproxy: Fix host and port on requests; fix Caddyfile parser | Matthew Holt |
2019-09-11 | reverseproxy: Add 'tls' option to enable HTTPS with HTTP transport | Matthew Holt |
2019-09-10 | caddyfile: Improve Dispenser.NextBlock() to support nesting | Matthew Holt |
2019-09-10 | New 'php_fastcgi' directive for convenient PHP+FastCGI reverse proxy | Matthew Holt |
2019-09-10 | fastcgi: Make EnvVars a map instead of a slice | Matthew Holt |
2019-09-09 | Migrate some selection policy tests over to v2 | Matthew Holt |
2019-09-09 | reverse_proxy: Caddyfile integration (and fix blocks in Dispenser) | Matthew Holt |
2019-09-06 | Various fixes/tweaks to HTTP placeholder variables and file matching | Matthew Holt |
2019-09-06 | fastcgi: Use request context as base, not a new one | Matthew Holt |
2019-09-05 | fastcgi: Set default root path; add interface guards | Matthew Holt |
2019-09-05 | Add original URI to request context; implement into fastcgi env | Matthew Holt |
2019-09-05 | Reconcile upstream dial addresses and request host/URL information | Matthew Holt |
2019-09-03 | reverse_proxy: Ignore context.Canceled errors | Matthew Holt |
2019-09-03 | Integrate circuit breaker modules with reverse proxy | Matthew Holt |
2019-09-03 | Some cleanup and godoc | Matthew Holt |
2019-09-03 | reverse_proxy: Implement remaining TLS config for proxy to backend | Matthew Holt |