- 19 Oct, 2016 2 commits
-
-
Eldin Hadzic authored
-
Matt Holt authored
add separate upstart scripts for centos 6 and ubuntu 12.04
-
- 18 Oct, 2016 2 commits
-
-
Matt Holt authored
errors: don't join the absolute file path
-
Tw authored
fix issue #1188 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 17 Oct, 2016 1 commit
-
-
Sebastian Gumprich authored
-
- 16 Oct, 2016 1 commit
-
-
Toby Allen authored
* Very simple fix for #1153 * Prevent Caddy-Rewrite-Original-URI being added as an HTTP ENV variable passed to FastCGI part of fix for #1153 * Changes to Markdown to fix travis CI build. #1955.2 * Revert "Changes to Markdown to fix travis CI build." This reverts commit 4a018888395b7a90c57faf9ebb8ef04c4e6fe702. * fail fast and fmt changes * Create test for existance of Caddy-Rewrite-Original-URI header value #1153 * updated test comment * const moved outside function so available to tests
-
- 15 Oct, 2016 2 commits
-
-
Matthew Holt authored
-
Gregor Noczinski authored
-
- 14 Oct, 2016 2 commits
- 11 Oct, 2016 4 commits
-
-
Matt Holt authored
proxy: preserve path trailing slash if it was there
-
Tw authored
fix issue #1177 Signed-off-by: Tw <tw19881113@gmail.com>
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Tw authored
fix issue #1173 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 10 Oct, 2016 2 commits
-
-
Matt Holt authored
dist: adapt to archiver's refactor
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 08 Oct, 2016 1 commit
-
-
Matt Holt authored
Have milliseconds as the latency log time unit
-
- 06 Oct, 2016 1 commit
-
-
Aish Raj Dahal authored
-
- 05 Oct, 2016 2 commits
-
-
Matt Holt authored
Adding Go Report Card badge
-
Ben Gadbois authored
-
- 03 Oct, 2016 2 commits
- 02 Oct, 2016 2 commits
-
-
Matt Holt authored
proxy: handle 'without' option in encoded form of URL path
-
Tw authored
fix issue #1154 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 29 Sep, 2016 1 commit
-
-
Matthew Holt authored
By calling SetTLSAddress, the acme package reset the challenge provider to the default one instead of keeping the custom one we specified before with SetChallengeProvider. Yikes. This means that Caddy would try to open a listener on port 443 even though we should have been handling it with our provider, causing the challenge to fail, since usually port 443 is in use. So this change just reorders the calls so that our provider takes precedence. cf. https://github.com/xenolf/lego/pull/292
-
- 28 Sep, 2016 8 commits
-
-
Matthew Holt authored
-
Peer Beckmann authored
* Remove the eager check in the browse middleware, whether the root directory exists. Caddy will start and throw a 404-error until the directory will be created. * Add the complimentary test. - Tests the startup of the browse middleware if the site root is inexistent and browse is pointing to the site root. * Some minor stylistic tweaks.
-
Matt Holt authored
replacer: evaluate header placeholder when replacing
-
Tw authored
fix issue #1137 Signed-off-by: Tw <tw19881113@gmail.com>
-
Matt Holt authored
Fix #1136 - IP hash policy no longer changes host pool
-
Kris Hamoud authored
logic change
-
Matt Holt authored
header: defer header operations
-
Sebastian Schmittner authored
* keep fastcgi connection open * poor mans serialisation to make up for the lack of demuxing * pointing includes to echse's repo * Revert "pointing includes to echse's repo" This reverts commit 281daad8d437ba88fadd65fae5af2da99d449bea. * switch for persistent fcgi connections on/off added * fixing ineffectual assignments * camel case instead of _ * only activate persistent sockets on windows (and some naming conventions/cleanup) * gitfm import sorting * Revert "fixing ineffectual assignments" This reverts commit 79760344e7b1231e59a2867246e7689b05e92e18. # Conflicts: # caddyhttp/staticfiles/fileserver.go * added another mutex and deleting map entries. thx to mholts QA comments! * thinking about it, this RW lock was not a good idea here * thread safety * I keep learning about mutexs in go * some cosmetics * adding persistant fastcgi connections switch to directive * Support for configurable connection pool. * ensure positive integer pool size config * abisofts pool fix + nicer logging for the fastcgi_test * abisoft wants to have dialer comparison in _test instead of next to struct * Do not put dead connections back into pool * Fix fastcgi header error * Do not put dead connections back into pool * some code style improvements from the discussion in https://github.com/mholt/caddy/pull/1134 * abisofts naming convention
-
- 27 Sep, 2016 3 commits
-
-
Matt Holt authored
proxy: Improve failover logic and retries
-
Matthew Holt authored
-
Tw authored
fix issue #1131 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 25 Sep, 2016 4 commits
-
-
Matthew Holt authored
-
Matt Holt authored
Add expires directive
-
Matt Holt authored
proxy: don't append predefined headers
-
Tw authored
fix issue #1086 Signed-off-by: Tw <tw19881113@gmail.com>
-