- 18 Jul, 2016 3 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Miek Gieben authored
* Allow for UDP servers Extend the Server interface with ServePacket and ListenPacket - this is in the same vein as the net package. Plumb the packetconn through the start and restart phases. Rename RestartPair to RestartTriple as it now also contains a Packet. Not that these can now be nil, so we need to check for that when restarting. * Update the documentation
-
- 16 Jul, 2016 1 commit
-
-
Matthew Holt authored
-
- 15 Jul, 2016 3 commits
-
-
Pedro Nasser authored
fix: import should always be relative to current file directory
-
Pedro Nasser authored
-
Pedro Nasser authored
fix transparent host header #916
-
- 14 Jul, 2016 5 commits
-
-
Pedro Nasser authored
-
Pedro Nasser authored
-
Pedro Nasser authored
-
Pedro Nasser authored
-
Pedro Nasser authored
-
- 13 Jul, 2016 1 commit
-
-
Pedro Nasser authored
* import should get absolute path before glob * fix test: import should get absolute path before glob * try to fix test on windows * use complete path as the dispenser filename * fix caddyfile test
-
- 11 Jul, 2016 1 commit
-
-
Matthew Holt authored
-
- 09 Jul, 2016 2 commits
-
-
Matthew Holt authored
-
Abiola Ibrahim authored
* Prototype middleware Config * Refactors * Minor refactors
-
- 08 Jul, 2016 5 commits
-
-
Abiola Ibrahim authored
discard remaining args for if block in redir.
-
Abiola Ibrahim authored
-
Pedro Nasser authored
fix rewrite if problem (skip remaining args)
-
Pedro Nasser authored
-
Chad Retz authored
* Initial concept for pluggable storage (sans tests and docs) * Add TLS storage docs, test harness, and minor clean up from code review * Fix issue with caddymain's temporary moveStorage * Formatting improvement on struct array literal by removing struct name * Pluggable storage changes: * Change storage interface to persist all site or user data in one call * Add lock/unlock calls for renewal and cert obtaining * Key fields on composite literals
-
- 06 Jul, 2016 2 commits
-
-
Matthew Holt authored
-
Matt Holt authored
Changing refs from /usr/bin to /usr/local/bin
-
- 05 Jul, 2016 2 commits
-
-
Matthew Holt authored
Thanks to @jaredfolkins for the feedback
-
Ian Walter authored
-
- 03 Jul, 2016 1 commit
-
-
Matthew Holt authored
-
- 02 Jul, 2016 1 commit
-
-
Matthew Holt authored
-
- 30 Jun, 2016 1 commit
-
-
Matt Holt authored
Test that the host header forwarding on proxy
-
- 29 Jun, 2016 8 commits
-
-
Maxime authored
-
Matt Holt authored
Support for placeholders in fastcgi env vars.
-
Abiola Ibrahim authored
-
Matthew Holt authored
-
Matthew Holt authored
This is inconsistent with the other directives, but import is a special case and frankly the behavior of import shouldn't change depending on the directory from which you run caddy. Breaking change but I think it's for the better, and best to do it now before 1.0.
-
Matthew Holt authored
Also see https://forum.caddyserver.com/t/caddy-0-9-beta-version-available-updated-beta-2/146/29?u=matt which has another account of strange proxy behavior; I think this resolves that.
-
Matthew Holt authored
Also a few little formatting changes and comments.
-
Matthew Holt authored
-
- 28 Jun, 2016 1 commit
-
-
Viacheslav Biriukov authored
-
- 27 Jun, 2016 3 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
If we listen on 127.0.0.1:80 for `localhost` but :80 for everything else, then a hostname in the hosts file that resolves to 127.0.0.1 will be served on :80 (unless the bind directive is used) but the OS will use the socket listening at 127.0.0.1:80, thus giving a "No such site" error even though the site is there, but it's on the other listener at :80. Two ways to fix this: 1) Leave as-is and require the user to set "bind 127.0.0.1" in their Caddyfile for all sites that are resolved in the hosts file, or 2) Take out this special case and let localhost sites listen on :80 (unless the user changes that with the bind directive, of course). Having localhost bind to any interface is a little annoying (unsettling?) but probably best in the long run. https://forum.caddyserver.com/t/wildcard-virtual-domains-with-wildcard-roots/221/9?u=matt
-
Matt Holt authored
Add filemanager directive
-