- 25 Jul, 2017 5 commits
-
-
Matt Holt authored
httpserver: Encapsulate WriteSiteNotFound error
-
Sergey Frolov authored
-
Matt Holt authored
proxy: fix hang on chunked websocket server
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Matthew Holt authored
-
- 24 Jul, 2017 2 commits
-
-
Matt Holt authored
Pushes for /index.html work when surfing to /
-
Thomas De Keulenaer authored
Use httpserver.IndexFile() to determine index files Test if middleware pushes indexfile when requesting directory Fix codereview issues Serve original request first, push later Revert "Serve original request first, push later" This reverts commit 2c66f01115747e5665ba7f2d33e2fd551dc31877.
-
- 20 Jul, 2017 2 commits
-
-
Matt Holt authored
log,error: fix roller parser issue
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 19 Jul, 2017 1 commit
-
-
Matthew Holt authored
Include test for iOS 11 beta
-
- 18 Jul, 2017 1 commit
-
-
Abiola Ibrahim authored
* Revert fastcgi to emove persistent connections. * Fix linting errors * reintroduce timeout tests * check for non-zero timeout * ensure resp is not nil
-
- 17 Jul, 2017 1 commit
-
-
Jaume Martin authored
* Adding nobots directive * Moving nobots directive behind log one. * Move nobots directive to a better position
-
- 14 Jul, 2017 2 commits
-
-
Matt Holt authored
gzip: change ETag to weak etag after gzip
-
spacewander authored
According to https://tools.ietf.org/html/rfc7232#section-2.1 > Likewise, a validator is weak if it is shared by two or more representations of a given resource at the same time, unless those representations have identical representation data. For example, if the origin server sends the same validator for a representation with a gzip content coding applied as it does for a representation with no content coding, then that validator is weak. Therefore, after gzip, we should change the original etag to weak etag.
-
- 13 Jul, 2017 3 commits
-
-
Nicolas authored
-
Matthew Holt authored
Not much changed but it's a clean pull now; easier for future reference.
-
Ning Xie authored
-
- 11 Jul, 2017 1 commit
-
-
Henrique Dias authored
-
- 10 Jul, 2017 3 commits
-
-
Richard Bowden authored
* uses more of the builtin functionality for starting and stopping of the process by using command and command_args along with procname * removed -f from daemon as this was hiding error message that were sent to stdout on startup, now writing stdout to the logfile directly for example, this was being hidden: “Activating privacy features.. [www.domain.com] failed to get certificate: Error presenting token: Could not find the start of authority” it now shows up in the log * aded “caddy_env” to allow the setting of environment variables that caddy might need, for example when setting creds for “DNS Challenge” * added a check to ensure caddy_config_path file exists
-
Toby Allen authored
* rename requestid request_id * rename folder * folder name match package name requestid
-
Matt Holt authored
proxy: add Header load balancing policy
-
- 08 Jul, 2017 2 commits
-
-
Matt Holt authored
gzip,mime: show response header instead of the request one in test message
-
spacewander authored
-
- 07 Jul, 2017 1 commit
-
-
Jason Hutchinson authored
-
- 06 Jul, 2017 1 commit
-
-
Abiola Ibrahim authored
adds unix timestamp placeholder
-
- 05 Jul, 2017 4 commits
-
-
bananenmannfrau authored
-
Matthew Holt authored
-
Tw authored
proxy: Fix CI fail from format token in Error call
-
Josh Harmon authored
go vet caused a build fail in https://travis-ci.org/mholt/caddy/jobs/248392875: upstream_test.go:480::error: possible formatting directive in Error call (vet) This patch changes the Error call added in commit 078c9915 to an Errorf call to support the use of the %d token.
-
- 29 Jun, 2017 2 commits
-
-
Matt Holt authored
markdown: fix the real ineffectual assignments in test
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 28 Jun, 2017 5 commits
-
-
Matthew Holt authored
-
Martin Redmond authored
-
Fernando Álvarez authored
* vendor: update Lumberjack dep * httpserver/roller: introduce rotate_compress directive This directive will enable gzip compression provided by [Lumberjack](https://github.com/natefinch/lumberjack/pull/43). The directive `rotate_compress` can be `true` or `false`, being `false` by default. * httpserver/roller: remove need to set bool with rotate_compress option
-
Matt Holt authored
markdown: reload template on each request and fix fake tests
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 27 Jun, 2017 1 commit
-
-
Matthew Holt authored
See discussion on commit c9b022b5 If we overwrite the Server header, it becomes difficult/impossible to know from the client whether the request was proxied through Caddy.
-
- 25 Jun, 2017 3 commits
-
-
Matt Holt authored
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-