Abiola Ibrahim
0d2ed0784f
Modified repository path to be relative to root path.
2015-05-01 17:18:58 +01:00
Abiola Ibrahim
479c611420
Implementation of Git middleware
...
Defaults path to site root.
2015-05-01 16:41:34 +01:00
Matthew Holt
d0556d6236
Add link to Docker container
2015-05-01 08:55:34 -06:00
Matthew Holt
37e3fe5f1f
core: Fix dyslexic/backward handling of 403/404 errors
2015-04-30 11:58:38 -06:00
Matthew Holt
9dfbbbcda4
errors: Pointer to handler prevents nil pointer errors in handling ( fixes #15 )
...
If we do not use a pointer here, the startup function that opens the log file stores the log file in a copy of the handler, not the same instance of the handler, causing panics during requests, which is bad, especially when the response is gzipped: the next recover() is beyond the gzip handler, so the browser downloads a gz file instead.
2015-04-30 10:16:49 -06:00
Matthew Holt
b1e1caba29
core: Graceful error handling during heavy load; proper error responses
2015-04-30 10:14:58 -06:00
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