caddy/config/setup
Matthew Holt 7796ff0f69 core: Disable TLS for http sites (again)
Fixes bug introduced in 0ac8bf5 - Also note that setup functions no longer have access to server port. Will need to fix later.
2015-08-05 11:33:51 -06:00
..
testdata Added test on markdown static files generation 2015-07-29 16:21:35 +02:00
basicauth_test.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
basicauth.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
bindhost.go Rename bindaddr to just bind 2015-05-04 22:58:08 -07:00
browse.go Added the Context to the browse directive 2015-07-17 20:07:24 +02:00
controller.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
controllertest.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
errors.go Changed the facility of syslog to be LOCAL0 2015-08-03 12:00:17 +02:00
ext_test.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
ext.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
fastcgi_test.go Complete Test set For config/setup/fastcgi.go 2015-07-27 20:19:20 +05:30
fastcgi.go core: Disable TLS for http sites (again) 2015-08-05 11:33:51 -06:00
gzip_test.go Gzip: Fix wildcard extension bug. 2015-07-06 06:36:48 +01:00
gzip.go Gzip: Fix wildcard extension bug. 2015-07-06 06:36:48 +01:00
headers_test.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
headers.go headers: Replaced usage of Url to Path in setup 2015-05-09 21:57:55 +02:00
internal_test.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
internal.go rename middleware's name from internal to inner 2015-06-10 15:48:41 +08:00
log_test.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
log.go Changed the facility of syslog to be LOCAL0 2015-08-03 12:00:17 +02:00
markdown_test.go Added test on markdown static files generation 2015-07-29 16:21:35 +02:00
markdown.go markdown: Prefix log messages, and slight refactor 2015-08-05 08:15:52 -06:00
proxy.go Refactor proxy middleware so that 1.) From() is exposed 2.) Other upstreams can be implemented/plugged in 2015-05-04 19:58:18 -07:00
redir.go Update change list, and note in comment 2015-07-25 15:18:10 -06:00
rewrite_test.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
rewrite.go Rewrite: Support for Regular Expressions. 2015-05-16 13:03:48 +01:00
root.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
startupshutdown.go Startup/shutdown commands now have stdin 2015-05-05 11:20:57 -06:00
templates_test.go Complete test coverage for config/setup/templates.go 2015-06-28 07:03:42 +05:30
templates.go export of variables undone 2015-06-27 03:49:44 +05:30
tls_test.go setup: export functions and variables for external packages. 2015-06-20 14:59:33 +01:00
tls.go core: Disable TLS for http sites (again) 2015-08-05 11:33:51 -06:00
websocket_test.go test for webSocketParse function in config/setup 2015-06-24 07:05:53 +05:30
websocket.go test for webSocketParse function in config/setup 2015-06-24 07:05:53 +05:30