caddy/caddyhttp/httpserver
Philipp Brüll 1dd413bd69 Change position of locale directive
First, great job on the 0.9 release! It seems caddy's path lead into a bright future. Thanks also for including the locale plugin.

Trying it, I've figured out, that there might be a problem with the order of the directives. In the typical use case, the result of the locale detection might be used in the `rewrite` and `log` plugin. If I'm not mistaken, it makes sense to put the `locale` directive before those.
2016-07-24 11:55:25 +02:00
..
condition_test.go minor condition keyword check refactor 2016-07-21 15:42:38 +01:00
condition.go minor condition keyword check refactor 2016-07-21 15:42:38 +01:00
context_test.go Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
context.go Add Ext action to template context (closes #844) 2016-07-11 08:37:19 -06:00
graceful.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
https_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
https.go Replace auto-HTTPS info message and move a method to proper file 2016-06-28 23:01:06 -06:00
middleware_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
middleware.go Proposal: Middleware Config (#908) 2016-07-08 18:12:52 -06:00
path.go Proposal: Middleware Config (#908) 2016-07-08 18:12:52 -06:00
plugin_test.go Properly handle path-only addresses (also fix godoc typos) 2016-07-18 18:45:20 -06:00
plugin.go Change position of locale directive 2016-07-24 11:55:25 +02:00
recorder_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
recorder.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
replacer_test.go Proxy performance (#946) 2016-07-20 19:06:14 -06:00
replacer.go Proxy performance (#946) 2016-07-20 19:06:14 -06:00
roller.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
server_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
server.go Allow for UDP servers (#935) 2016-07-18 14:24:09 -06:00
siteconfig.go Replace auto-HTTPS info message and move a method to proper file 2016-06-28 23:01:06 -06:00
vhosttrie_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
vhosttrie.go Don't treat localhost specially when assigning bind address 2016-06-27 13:14:28 -06:00