Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-30 | httpcaddyfile: Include non-standard ports when mapping logger names | Matthew Holt | |
If a site block has a key like "http://localhost:2016", then the log for that site must be mapped to "localhost:2016" and not just "localhost" because "localhost:2016" will be the value of the Host header of requests. But a key like "localhost:80" does not include the port since the Host header will not include ":80" because it is a standard port. Fixes https://caddy.community/t/v2-common-log-format-not-working/7352?u=matt | |||
2020-03-26 | caddytls: Remove ManageSync | Matthew Holt | |
This seems unnecessary for now and we can always add it in later if people have a good reason to need it. | |||
2020-03-24 | caddyhttp: Specify default access log for a server (fix #3185) | Matthew Holt | |
2020-03-17 | httpcaddyfile: Many tls-related improvements including on-demand support | Matthew Holt | |
Holy heck this was complicated |