caddy/caddyhttp
Mateusz Gajewski c972ea39c8 Fastcgi upstreams (#1264)
* Make fastcgi load balanceable too

* Address one more corner case - invalid configuration fastcgi /

* After review fixes

* Simplify conditions

* Error message

* New fastcgi syntax

* golint will be happy

* Change syntax
2016-11-16 21:29:43 -07:00
..
basicauth Fix misspellings 2016-09-05 10:20:34 -06:00
bind Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
browse Remove dead code, do struct alignment, simplify code 2016-10-25 19:19:54 +02:00
errors errors: don't join the absolute file path 2016-10-18 09:55:50 +08:00
expvar Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
extensions Fix misspellings 2016-09-05 10:20:34 -06:00
fastcgi Fastcgi upstreams (#1264) 2016-11-16 21:29:43 -07:00
gzip add more descriptive errors 2016-10-11 10:34:51 +08:00
header Use http.Header instead of custom type (#1214) 2016-11-03 12:24:26 -06:00
httpserver Add maxrequestbody directive (#1163) 2016-11-04 08:25:49 +08:00
internalsrv Enable downloading of protected content. See issue #979 (#980) 2016-08-07 23:16:33 -06:00
log Use proper Request (#1197) 2016-10-25 09:28:53 -06:00
markdown Remove dead code, do struct alignment, simplify code 2016-10-25 19:19:54 +02:00
maxrequestbody Add maxrequestbody directive (#1163) 2016-11-04 08:25:49 +08:00
mime Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
pprof Fix misspellings 2016-09-05 10:20:34 -06:00
proxy proxy: record request Body for retry (fixes #1229) 2016-11-04 19:15:36 +08:00
redirect Fix misspellings 2016-09-05 10:20:34 -06:00
rewrite Remove dead code, do struct alignment, simplify code 2016-10-25 19:19:54 +02:00
root Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
staticfiles Eliminate ineffectual assignments 2016-09-05 10:30:46 -06:00
status Add 'status' middleware instead of 'status' directive for 'rewrite' middleware 2016-08-29 17:17:23 +03:00
templates Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
websocket Fix misspellings 2016-09-05 10:20:34 -06:00
caddyhttp_test.go Add maxrequestbody directive (#1163) 2016-11-04 08:25:49 +08:00
caddyhttp.go Add maxrequestbody directive (#1163) 2016-11-04 08:25:49 +08:00