0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-04 02:02:53 -05:00
caddy/caddyconfig/httpcaddyfile
2021-12-13 13:42:08 -05:00
..
addresses.go httpcaddyfile: Preserve IPv6 addresses through normalization (fix #4381) 2021-10-20 10:27:59 -06:00
addresses_fuzz.go
addresses_test.go httpcaddyfile: Preserve IPv6 addresses through normalization (fix #4381) 2021-10-20 10:27:59 -06:00
builtins.go Move from deprecated ioutil to os and io packages (#4364) 2021-09-29 11:17:48 -06:00
builtins_test.go caddyhttp: Split up logged remote address into IP and port (#4403) 2021-11-29 01:18:35 -05:00
directives.go httpcaddyfile: Fix sorting edgecase for nested handle_path (#4477) 2021-12-13 13:42:08 -05:00
directives_test.go
httptype.go httpcaddyfile: Fix sorting edgecase for nested handle_path (#4477) 2021-12-13 13:42:08 -05:00
httptype_test.go
options.go caddyfile: make renew_interval option configurable (#4451) 2021-11-28 17:22:26 -05:00
options_test.go caddyconfig: add global option for configuring loggers (#4028) 2021-03-12 13:00:02 -07:00
pkiapp.go httpcaddyfile: Add skip_install_trust global option (#4153) 2021-06-07 12:18:49 -06:00
serveroptions.go caddyhttp: Make logging of credential headers opt-in (#4438) 2021-12-02 13:26:24 -07:00
tlsapp.go caddyfile: make renew_interval option configurable (#4451) 2021-11-28 17:22:26 -05:00
tlsapp_test.go