Matthew Holt
|
b51e8bc191
|
fastcgi: Fix for handling errors that come from responder
|
2015-04-30 07:50:07 -06:00 |
|
Matthew Holt
|
27722463a7
|
-host flag to set default host
|
2015-04-29 22:30:12 -06:00 |
|
Matthew Holt
|
3bc4e84ed3
|
Default host is now 0.0.0.0 (wildcard)
Doesn't break using localhost to access the site
|
2015-04-29 22:30:03 -06:00 |
|
Matt Holt
|
60beddf6c8
|
Merge pull request #18 from mholt/portflag
-port flag to allow overriding default port
|
2015-04-29 09:27:30 -06:00 |
|
Matthew Holt
|
d00bb87f17
|
-port flag to override default port
Default port used if none is specified in config
|
2015-04-28 22:13:00 -06:00 |
|
Matt Holt
|
0f332bd9fb
|
Merge pull request #14 from abiosoft/master
Fix for Issue 13: Trouble running in Docker containers (or binding to 0.0.0.0)
|
2015-04-28 20:25:15 -06:00 |
|
Abiola Ibrahim
|
e04e06d6e2
|
Fix for Issue 13: Trouble running in Docker containers (or binding to 0.0.0.0)
|
2015-04-28 22:31:42 +01:00 |
|
Thomas Hansen
|
17fa5a9334
|
adding support for fastcgi index files in subdirectories
|
2015-04-28 13:15:14 -06:00 |
|
Matthew Holt
|
9b74901b40
|
errors: Fix file paths for error pages & empty log filenames
|
2015-04-28 13:05:01 -06:00 |
|
Matthew Holt
|
78e6d7db95
|
Clarified "no dependencies"; info about 3rd party libraries
|
2015-04-28 12:07:37 -06:00 |
|
Matthew Holt
|
2cf06bc3ee
|
Ignore automated build script and stuff
|
2015-04-27 23:20:58 -06:00 |
|
Matthew Holt
|
264820e3e8
|
Fixed config file leak, but new todo item
|
2015-04-27 22:27:34 -06:00 |
|
Matthew Holt
|
979041a072
|
More canonical godoc shield, I suppose
|
2015-04-27 17:19:54 -06:00 |
|
Matthew Holt
|
ff344535ba
|
Added some godoc
|
2015-04-27 10:56:57 -06:00 |
|
Matthew Holt
|
1df35eb687
|
Fixed link/email in instructions
|
2015-04-27 10:45:47 -06:00 |
|
Matthew Holt
|
cba96c9b35
|
Merge branch 'master' of github.com:mholt/caddy
|
2015-04-27 10:42:17 -06:00 |
|
Matthew Holt
|
d7f0133f5f
|
Add notes for contributors
|
2015-04-27 10:41:55 -06:00 |
|
Matt Holt
|
e5d064d513
|
Create LICENSE.md
|
2015-04-27 10:41:32 -06:00 |
|
Matt Holt
|
c33a49fc5e
|
Merge pull request #2 from thomas4019/master
gzip middleware now strips encoding header
|
2015-04-27 09:54:54 -06:00 |
|
Matthew Holt
|
a837bb6681
|
The README sorely needed an update
|
2015-04-27 09:53:08 -06:00 |
|
Thomas Hansen
|
dbef6c73bc
|
Merge branch 'master' of https://github.com/mholt/caddy
|
2015-04-27 09:39:40 -06:00 |
|
Matthew Holt
|
fa2403c1d3
|
websockets: quick version fix
|
2015-04-27 07:35:39 -06:00 |
|
Matthew Holt
|
c1916c0fb5
|
Server header in response
Version number purposefully excluded (for now?)
|
2015-04-26 23:09:26 -06:00 |
|
Matthew Holt
|
dba4dcb4a5
|
gzip strips Accept-Encoding header after using it
|
2015-04-26 22:53:47 -06:00 |
|
Thomas Hansen
|
9d26a9268b
|
added comment about encoding header
|
2015-04-26 22:15:43 -06:00 |
|
Thomas Hansen
|
1b17072a89
|
gzip middleware now strips encoding header
|
2015-04-26 22:01:20 -06:00 |
|
Matthew Holt
|
7d46108c12
|
With just a destination, default redir code is now 301
|
2015-04-26 20:20:32 -06:00 |
|
Matt Holt
|
cd53ec9bcc
|
Merge pull request #1 from thomas4019/master
adding support for php including clean urls and wordpress permalinks
|
2015-04-25 23:41:57 -06:00 |
|
Thomas Hansen
|
1ac32a5256
|
generalizing fastcgi parameters, and improving headers passed.
|
2015-04-25 21:56:14 -06:00 |
|
Thomas Hansen
|
9e12c45d82
|
Merge branch 'master' of https://github.com/mholt/caddy
|
2015-04-25 19:06:39 -06:00 |
|
Matthew Holt
|
24d9d23743
|
Default port is 2015
|
2015-04-25 14:28:56 -06:00 |
|
Matthew Holt
|
ce74333348
|
Markdown requires a base path (for now)
|
2015-04-25 12:26:04 -06:00 |
|
Matthew Holt
|
46f5325c15
|
More accurate initialization output
|
2015-04-24 20:09:31 -06:00 |
|
Matthew Holt
|
aa89b95075
|
Replaced cpu directive with command line flag
|
2015-04-24 20:08:14 -06:00 |
|
Matthew Holt
|
27fc1672d4
|
Basic auth middleware
|
2015-04-23 14:57:07 -06:00 |
|
Matthew Holt
|
e6c5482b7c
|
Slightly more helpful parse error message
|
2015-04-23 14:39:21 -06:00 |
|
Matthew Holt
|
95dce5cdfc
|
Latency now available with recorder and replacer
|
2015-04-23 13:35:56 -06:00 |
|
Matthew Holt
|
51139a5f56
|
log: Fix so user can specify custom log format
|
2015-04-23 13:35:21 -06:00 |
|
Matthew Holt
|
dd3ff0fcb5
|
Shows site addresses at start; new -quiet flag
|
2015-04-23 13:28:05 -06:00 |
|
Matthew Holt
|
d088194585
|
Default port is now 80
|
2015-04-22 13:22:03 -06:00 |
|
Matthew Holt
|
5f187738e6
|
Better parse support for files with only an address line
|
2015-04-22 13:21:51 -06:00 |
|
Matthew Holt
|
c10d2e0d45
|
Make the thing compile
|
2015-04-21 22:30:47 -06:00 |
|
Matthew Holt
|
1a8f753303
|
Meh.
|
2015-04-21 21:41:58 -06:00 |
|
Matthew Holt
|
23f7f5ebba
|
Minor UI tweaks to directory listings
|
2015-04-21 21:36:43 -06:00 |
|
Matthew Holt
|
bdd145b0de
|
Better error handling when executing templates
|
2015-04-21 21:36:30 -06:00 |
|
Matthew Holt
|
0cbaed2443
|
A few helpful comments
|
2015-04-21 16:00:16 -06:00 |
|
Matthew Holt
|
99c0cbdf29
|
Fixed a typo
|
2015-04-21 12:12:58 -06:00 |
|
Thomas Hansen
|
96985fb3fd
|
adding support for php including clean urls and wordpress permalinks
|
2015-04-20 17:40:54 -06:00 |
|
Matthew Holt
|
981ca72ee6
|
Enforce canonical URLs
|
2015-04-18 13:24:54 -06:00 |
|
Matthew Holt
|
6a32de4b47
|
Use text/template because html shouldn't be escaped for this
|
2015-04-18 12:28:22 -06:00 |
|