871 Commits (b6e96d6f4a55f96ccbb69f112822f0a923942246)
 

Author SHA1 Message Date
Matthew Holt 2c3657bb8a
cmd: CLI improvements; add --validate to adapt command 6 years ago
Matthew Holt 5b36424cf0
cmd: Add validate subcommand; list-modules --versions; some renaming 6 years ago
aca 0006df6026 cmd: Refactor subcommands, add help, make them pluggable 6 years ago
Matthew Holt c95db3551d
caddytls: Ensure automation field is not nil when appending (fix #2779) 6 years ago
Matthew Holt 8eb2c37251
Clean up provisioned modules on error; refactor Run(); add Validate() 6 years ago
Matthew Holt 1e66226217
httpcaddyfile: Add acme_ca and email global options 6 years ago
Matthew Holt 7b4aa108c7
caddyhttp: 'not' matcher: Support Caddyfile unmarshaling 6 years ago
Matthew Holt 8b11ed347b
Add license header to filestorage.go 6 years ago
Matthew Holt b249b45d10
tls: Change struct fields to pointers, add nil checks; rate.Burst update 6 years ago
Matthew Holt c12bf4054c
caddyfile: Fix lexer behavior with regards to escaped newlines 6 years ago
Matthew Holt 735d6ce405
httpcaddyfile: Fix missing module name of storage adapter 6 years ago
Matthew Holt 7b33c8db31
tls: Make cert and OCSP check intervals configurable 6 years ago
Matt Holt 11696793bd
tls/acme: Ability to customize trusted roots for ACME servers (#2756) 6 years ago
Matthew Holt 3e8bff594a
go.mod: Update certmagic to v0.7.3 6 years ago
Matthew Holt 2f684e42d5
reverse_proxy/headers: Expose header replacement ability in Caddyfile 6 years ago
Matthew Holt ba29f9d41d
httpcaddyfile: Global storage configuration (closes #2758) 6 years ago
Matthew Holt 40e05e5a01
http: Improve auto HTTP->HTTPS redirects, fix edge cases 6 years ago
Matthew Holt 39d61cad2d
httpcaddyfile: Fix nil pointer dereference 6 years ago
Matthew Holt bc9f944837
host matcher: Strip [ ] from IPv6 addresses 6 years ago
Matthew Holt 4c289fc6ad
Allow domain fronting with TLS client auth if explicitly configured 6 years ago
Matthew Holt 19f36667f7
tls: Clean up expired OCSP staples and certificates 6 years ago
Matt Holt 484cee1ac1
fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754) 6 years ago
Matthew Holt d030bfdae0
httpcaddyfile: static_response -> respond; minor cleanups 6 years ago
Matthew Holt db4c73dd58
reverse_proxy: Close idle connections on module unload 6 years ago
Matthew Holt f15f0d5839
Eliminate some TODOs 6 years ago
Matthew Holt e73b117332
reverse_proxy: Ability to mutate headers; set upstream placeholders 6 years ago
Matthew Holt 2fd22139c6
headers: Ability to mutate request headers including http.Request.Host 6 years ago
Mohammed Al Sahaf 5c9ebe3af1 Use keybase fork of mitchellh/go-ps for bug fixes (#2750) 6 years ago
Matthew Holt 2ab2d5bf9e
Forgot to commit caddyfile.go changes in last commit 6 years ago
Matthew Holt c09e86fddc
headers: Add ability to replace substrings in header fields 6 years ago
Matthew Holt 46aaf02371
encode: Fix bug where default status code was being written 6 years ago
Matthew Holt 3b80c505fb
Update v2 readme in prep for beta1 6 years ago
Matthew Holt 1d1e194229
Hard-code 'main' module name until bug upstream in Go modules is fixed 6 years ago
Matthew Holt 839507e24e
http: Consider wildcards when evaluating automatic HTTPS 6 years ago
Matthew Holt 833d67446f
admin: Allow listening on unix socket (closes #2749) 6 years ago
Matthew Holt d0c1756fc5
httpcaddyfile: Fix tls certificate loader module names (#2748) 6 years ago
Matthew Holt ed40a5dcab
tls: Do away with SetDefaults which did nothing useful 6 years ago
Matthew Holt 7799554baa
go.mod: Use lego v3 and CertMagic 0.7.0 6 years ago
Matthew Holt 2cb01d43cf
tls: Remove support for TLS 1.0 and TLS 1.1 6 years ago
Matthew Holt 758269124e
reverseproxy: Fix host and port on requests; fix Caddyfile parser 6 years ago
Matthew Holt b4dce74e59
tls: Use Let's Encrypt production endpoint 6 years ago
Matthew Holt fe389fcbd7
http: Set Alt-Svc header if experimental HTTP3 server is enabled 6 years ago
Matthew Holt 005a11cf4b
headers: New 'request_header' directive; handle Host header specially 6 years ago
Matthew Holt 194df652eb
reverseproxy: Add 'tls' option to enable HTTPS with HTTP transport 6 years ago
Matthew Holt 53bbdf1766
httpcaddyfile: Add 'experimental_http3' option 6 years ago
Matthew Holt e48d83452e
httpcaddyfile: Switch order; reverse_proxy comes before php_fastcgi 6 years ago
Matthew Holt 2459c292a4
caddyfile: Improve Dispenser.NextBlock() to support nesting 6 years ago
Matthew Holt 0cf592fa2e
New 'php_fastcgi' directive for convenient PHP+FastCGI reverse proxy 6 years ago
Matthew Holt d9136fb0a0
rewrite: Caddyfile directive should always invoke a rehandle 6 years ago
Matthew Holt c32b7e8865
fastcgi: Make EnvVars a map instead of a slice 6 years ago