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
/
app.go
Age
Commit message (
Expand
)
Author
2022-01-05
caddyhttp: Redirect HTTP requests on the HTTPS port to https:// (#4313)
Francis Lavoie
2021-12-15
caddyhttp: Implement http.request.uuid placeholder (#4285)
Rainer Borene
2021-10-01
caddyhttp: Placeholder for client cert in DER + base64 format (#4241)
Oleg
2021-02-22
reverseproxy: Add duration/latency placeholders (close #4012) (#4013)
Matt Holt
2021-02-16
Improve security warnings
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-18
caddyhttp: New idle_timeout default of 5m
Matthew Holt
2020-11-04
httpcaddyfile: Add certificate_pem placeholder short, add to godoc (#3846)
Gaurav Dhameeja
2020-09-17
metrics: Fix hidden panic while observing with bad exemplars (#3733)
Dave Henderson
2020-09-17
caddyhttp: Remove server name from metrics
Matthew Holt
2020-09-17
metrics: Initial integration of Prometheus metrics (#3709)
Dave Henderson
2020-09-08
caddyhttp: Wrap http.Server logging with zap (#3668)
Francis Lavoie
2020-07-16
caddyhttp: Add {http.request.body} placeholder
Matthew Holt
2020-06-11
caddyhttp: Add client cert SAN placeholders
Matthew Holt
2020-05-05
httpserver: Add experimental H2C support (#3289)
Matt Holt
2020-04-13
core: Don't return error on RegisterModule() and RegisterAdapter()
Matthew Holt
2020-04-01
caddyhttp: Print actual listener address in log message (closes #2992)
Matthew Holt
2020-03-15
caddyhttp: Clean up; move some code around
Matthew Holt