410 Commits (c6bddbfbe25b2123a1b53a7a705283d68bc4109a)
 

Author SHA1 Message Date
Matthew Holt 7b33c8db31
tls: Make cert and OCSP check intervals configurable 5 years ago
Matt Holt 11696793bd
tls/acme: Ability to customize trusted roots for ACME servers (#2756) 5 years ago
Matthew Holt 3e8bff594a
go.mod: Update certmagic to v0.7.3 5 years ago
Matthew Holt 2f684e42d5
reverse_proxy/headers: Expose header replacement ability in Caddyfile 5 years ago
Matthew Holt ba29f9d41d
httpcaddyfile: Global storage configuration (closes #2758) 5 years ago
Matthew Holt 40e05e5a01
http: Improve auto HTTP->HTTPS redirects, fix edge cases 5 years ago
Matthew Holt 39d61cad2d
httpcaddyfile: Fix nil pointer dereference 5 years ago
Matthew Holt bc9f944837
host matcher: Strip [ ] from IPv6 addresses 5 years ago
Matthew Holt 4c289fc6ad
Allow domain fronting with TLS client auth if explicitly configured 5 years ago
Matthew Holt 19f36667f7
tls: Clean up expired OCSP staples and certificates 5 years ago
Matt Holt 484cee1ac1
fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754) 5 years ago
Matthew Holt d030bfdae0
httpcaddyfile: static_response -> respond; minor cleanups 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 2fd22139c6
headers: Ability to mutate request headers including http.Request.Host 5 years ago
Mohammed Al Sahaf 5c9ebe3af1 Use keybase fork of mitchellh/go-ps for bug fixes (#2750) 5 years ago
Matthew Holt 2ab2d5bf9e
Forgot to commit caddyfile.go changes in last commit 5 years ago
Matthew Holt c09e86fddc
headers: Add ability to replace substrings in header fields 5 years ago
Matthew Holt 46aaf02371
encode: Fix bug where default status code was being written 5 years ago
Matthew Holt 3b80c505fb
Update v2 readme in prep for beta1 5 years ago
Matthew Holt 1d1e194229
Hard-code 'main' module name until bug upstream in Go modules is fixed 5 years ago
Matthew Holt 839507e24e
http: Consider wildcards when evaluating automatic HTTPS 5 years ago
Matthew Holt 833d67446f
admin: Allow listening on unix socket (closes #2749) 5 years ago
Matthew Holt d0c1756fc5
httpcaddyfile: Fix tls certificate loader module names (#2748) 5 years ago
Matthew Holt ed40a5dcab
tls: Do away with SetDefaults which did nothing useful 5 years ago
Matthew Holt 7799554baa
go.mod: Use lego v3 and CertMagic 0.7.0 5 years ago
Matthew Holt 2cb01d43cf
tls: Remove support for TLS 1.0 and TLS 1.1 5 years ago
Matthew Holt 758269124e
reverseproxy: Fix host and port on requests; fix Caddyfile parser 5 years ago
Matthew Holt b4dce74e59
tls: Use Let's Encrypt production endpoint 5 years ago
Matthew Holt fe389fcbd7
http: Set Alt-Svc header if experimental HTTP3 server is enabled 5 years ago
Matthew Holt 005a11cf4b
headers: New 'request_header' directive; handle Host header specially 5 years ago
Matthew Holt 194df652eb
reverseproxy: Add 'tls' option to enable HTTPS with HTTP transport 5 years ago
Matthew Holt 53bbdf1766
httpcaddyfile: Add 'experimental_http3' option 5 years ago
Matthew Holt e48d83452e
httpcaddyfile: Switch order; reverse_proxy comes before php_fastcgi 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 d9136fb0a0
rewrite: Caddyfile directive should always invoke a rehandle 5 years ago
Matthew Holt c32b7e8865
fastcgi: Make EnvVars a map instead of a slice 5 years ago
Matthew Holt 1ce10b453f
Require Go 1.13; use Go 1.13's default support for TLS 1.3 5 years ago
Matt Holt 0c8ad52be1
Experimental IETF-standard HTTP/3 support (known issue exists) (#2727) 5 years ago
Matthew Holt d67d8cf5a8
Fix build (sigh) 5 years ago
Matt Holt 44b7ce9850
Merge pull request #2737 from caddyserver/fastcgi (reverse proxy!) 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 9169cd43d4
Log when auto HTTPS or auto HTTP->HTTPS redirects are disabled 5 years ago
Matthew Holt e12c62e60b
file_server: Enforce URL canonicalization (closes #2741) 5 years ago
Ingo Gottwald 3e9e7555ef Fix build (#2740) 5 years ago
Matthew Holt f6126acf37
Header matchers: allow matching presence of header with empty list 5 years ago
Matthew Holt 97ace2a39e
File matcher enforces trailing-slash convention to match dirs/files 5 years ago