caddy/middleware
Maxime 008160998a Added LogRoller parser and entity.
The errors and logs can now have log rolling if provided by the user.
The current customisable parameter of it are:
The maximal size of the file before rolling.
The maximal age/time of the file before rolling.
The number of backups to keep.
2015-09-02 15:13:31 +02:00
..
basicauth basicauth: Patch timing vulnerability 2015-06-01 20:33:07 -06:00
browse browse: Size displayed in IEC format 2015-07-29 19:15:38 -06:00
errors Added LogRoller parser and entity. 2015-09-02 15:13:31 +02:00
extensions extensions: Initial tests 2015-07-10 12:05:06 -06:00
fastcgi fastcgi: Add HTTPS env variable on HTTPS connections 2015-08-03 17:16:24 -06:00
gzip Gzip: Fix wildcard extension bug. 2015-07-06 06:36:48 +01:00
headers headers: Initial test for Headers 2015-05-09 21:47:02 +02:00
inner rename middleware's name from internal to inner 2015-06-10 15:48:41 +08:00
log Added LogRoller parser and entity. 2015-09-02 15:13:31 +02:00
markdown markdown: Prefix log messages, and slight refactor 2015-08-05 08:15:52 -06:00
proxy proxy: Parse error if property is unknown 2015-07-28 13:50:40 -06:00
redirect redir: Allows replacements; defaults to exact match redirects 2015-07-24 10:27:19 -06:00
rewrite Update error strings (start with lowercase letters) 2015-06-07 20:49:17 -04:00
templates Moved test files to testdata folder. 2015-07-23 09:35:46 +02:00
websockets Fix lint warnings for middleware/websockets 2015-05-24 21:04:03 -04:00
commands.go Update error strings (start with lowercase letters) 2015-06-07 20:49:17 -04:00
context.go New template action NowDate to get the time.Time of Now() 2015-08-05 08:27:13 -06:00
middleware.go Expanded index file support to other middlewares (fixes #27) 2015-05-05 15:50:42 -06:00
path.go Fix more lint warnings 2015-05-24 22:52:34 -04:00
recorder.go let middleware.responseRecorder be a http.Hijacker 2015-06-12 11:42:28 +08:00
replacer.go Add new docker link, DO link, and enhanced comment 2015-08-05 07:37:51 -06:00
roller.go Added LogRoller parser and entity. 2015-09-02 15:13:31 +02:00