caddy/modules
Matthew Holt 349457cc1b
caddyhttp: Return error if error handling error
Before, if there was an error in the error handler, we would not write a
status code, which resulted in Go writing a 200 for us by default, which
does not make sense when there's an error. Now we write the second
error's status if available, otherwise 500.
2020-11-18 16:14:50 -07:00
..
caddyhttp caddyhttp: Return error if error handling error 2020-11-18 16:14:50 -07:00
caddypki caddypki: Add 'acme_server' Caddyfile directive 2020-06-03 09:59:36 -06:00
caddytls caddytls: Support multiple issuers (#3862) 2020-11-16 11:05:55 -07:00
filestorage httpcaddyfile: Minor fixes to parsing storage options 2020-05-01 09:34:32 -06:00
logging logging: Fix for IP filtering 2020-11-02 16:01:58 -07:00
metrics metrics: fix handler to not run the next route (#3769) 2020-10-01 10:57:14 -06:00
standard metrics: Initial integration of Prometheus metrics (#3709) 2020-09-17 12:01:20 -06:00