- 19 Mar, 2016 1 commit
-
-
Abiola Ibrahim authored
-
- 18 Mar, 2016 7 commits
-
-
Matt Holt authored
pprof: Adding pprof middleware for profiling caddy.
-
Craig Peterson authored
-
Matt Holt authored
Update unit files for systemd
-
W-Mark Kubacki authored
Unlike network.target the network-online.target guarantees that the network devices are online. If you bind to 0.0.0.0, [::], [::1], and/or 127.0.0.1 only that is enough to proceed. But in case a particular IP is needed, like ${COREOS_PUBLIC_IPV4}, we require any IP assignments to have completed before Caddy's start. That is achieved by depending on systemd-networkd-wait-online.service (which is scheduled before network-online.target, then, automatically).
-
Abiola Ibrahim authored
Fix for #659.
-
Matthew Holt authored
-
Matt Holt authored
systemd unit file
-
- 17 Mar, 2016 5 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Abiola Ibrahim authored
-
Andreas Linz authored
Add systemd service file for caddy Add some README with basic setup instructions Explain how to view the service configuration Add a note about permissions Add a comment about run user and group service->service unit A systemd service can consist of different units. A unit configuration file has the `.service` file ending which is a bit confusing, so please be considerate if I'm confusing `service` and `unit` in the README Fix typos/reword Add contact information
-
- 16 Mar, 2016 7 commits
-
-
Matt Holt authored
markdown: Included files in Markdown templates have access to document vars
-
Matthew Holt authored
Refactor how middleware.Context includes files
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
mime: Use a map, and error on duplicate extensions.
-
Tobias Weingartner authored
- The mime middleware used filepath where it should arguably use path. - Changed the configuration to use a map instead of scanning an array during every request. The map is static (after configuration), so should be fine for concurrent access. - Catch duplicate extensions within a configuration and error out. - Add tests for new error case.
-
- 14 Mar, 2016 1 commit
-
-
Matt Holt authored
proxy: Add max_conns parameter for per-host maximum connections
-
- 13 Mar, 2016 5 commits
-
-
Matt Holt authored
Play nice when ACME used manually.
-
Matt Holt authored
Add flag to list directives.
-
Matt Holt authored
Folder for init scripts within dist / FreeBSD service script
-
Abiola Ibrahim authored
-
Abiola Ibrahim authored
-
- 12 Mar, 2016 4 commits
-
-
Matthew Holt authored
-
Abiola Ibrahim authored
Hide only the currently used Caddyfile
-
Abiola Ibrahim authored
-
Eric R. Monson authored
Minor change to server/server.go such that /.well-known/acme-challenge can be passed through when TLS.Manual is true on the vhost the request came in through.
-
- 11 Mar, 2016 5 commits
-
-
Abiola Ibrahim authored
-
Abiola Ibrahim authored
-
Matt Holt authored
capitalize struct name in comment (go lint)
-
Abiola Ibrahim authored
-
Shawn Smith authored
-
- 10 Mar, 2016 2 commits
-
-
Pieter Raubenheimer authored
-
Pieter Raubenheimer authored
-
- 08 Mar, 2016 1 commit
-
-
Pieter Raubenheimer authored
-
- 07 Mar, 2016 2 commits
-
-
Matthew Holt authored
# Conflicts: # middleware/fastcgi/fastcgi.go
-
Matthew Holt authored
That was weird, only half of the file got committed...
-