index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
caddyhttp.go
Age
Commit message (
Expand
)
Author
2019-12-29
Improve docs, especially w.r.t. placeholders and template actions
Matthew Holt
2019-12-28
http: Enable TLS for servers listening only on HTTPS port
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-30
http: Don't listen 1 port beyond port range
Matthew Holt
2019-11-15
http: Only enable access logs if configured
Matthew Holt
2019-11-11
core: Use port ranges to avoid OOM with bad inputs (#2859)
Mohammed Al Sahaf
2019-11-11
http: Use permanent redirects for HTTP->HTTPS
Matthew Holt
2019-10-31
http: Ensure server loggers are not nil (fixes #2849)
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-15
caddyhttp: Improve ResponseRecorder to buffer headers
Matthew Holt
2019-10-14
caddyhttp: Support placeholders in MatchHost (#2810)
Pascal
2019-10-10
Miscellaneous cleanups / comments
Matthew Holt
2019-09-30
tls: Change struct fields to pointers, add nil checks; rate.Burst update
Matthew Holt
2019-09-18
http: Improve auto HTTP->HTTPS redirects, fix edge cases
Matthew Holt
2019-09-17
Allow domain fronting with TLS client auth if explicitly configured
Matthew Holt
2019-09-13
http: Consider wildcards when evaluating automatic HTTPS
Matthew Holt
2019-09-12
tls: Do away with SetDefaults which did nothing useful
Matthew Holt
2019-09-11
http: Set Alt-Svc header if experimental HTTP3 server is enabled
Matthew Holt
2019-09-10
Experimental IETF-standard HTTP/3 support (known issue exists) (#2727)
Matt Holt
2019-09-09
Merge pull request #2737 from caddyserver/fastcgi (reverse proxy!)
Matt Holt
2019-09-09
Log when auto HTTPS or auto HTTP->HTTPS redirects are disabled
Matthew Holt
2019-09-05
Reconcile upstream dial addresses and request host/URL information
Matthew Holt
2019-09-03
Initial implementation of TLS client authentication (#2731)
Alexandre Stein
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-07-11
Fix rehandling bug
Matthew Holt
2019-07-11
Add error & subroute handlers; weakString; other minor handler changes
Matthew Holt
2019-07-09
Flatten HTTP handler config (#2662)
Matthew Holt
2019-07-08
Move listen address functions into caddy package; fix unix bug
Matthew Holt
2019-07-07
Fix error handling with Validate when loading modules (fixes #2658)
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-26
Enable skipping just certificate management for some auto HTTPS names
Matthew Holt
2019-06-26
Refactor automatic HTTPS configuration; ability to skip certain names
Matthew Holt
2019-06-24
caddytls: Support tags for manually-loaded certificates
Matthew Holt
2019-06-21
Various bug fixes and minor improvements
Matthew Holt
2019-06-21
Minor cleanups/improvements
Matthew Holt
2019-06-18
Implement templates handler; various minor cleanups and bug fixes
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-04
Fix bugs related to auto HTTPS and alternate port configurations
Matthew Holt
2019-06-04
Change import paths to GitHub package names
Matthew Holt
2019-05-28
Minor cleanups
Matthew Holt
2019-05-23
Add request_body middleware and some limits to HTTP servers
Matthew Holt
2019-05-22
Don't use auto HTTPS for servers with only HTTP port listeners
Matthew Holt
2019-05-22
Allow multiple matcher sets in routes (OR'ed together)
Matthew Holt
2019-05-22
Export types and fields necessary to build configs (for config adapters)
Matthew Holt
2019-05-21
Module.New() does not need to return an error
Matthew Holt
2019-05-20
Sanitize paths in static file server; some cleanup
Matthew Holt
2019-05-20
Implement most of browse; fix a couple obvious bugs; some cleanup
Matthew Holt
[next]