1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00
caddy/modules
Matthew Holt 3860b235d0
fileserver: Don't assume len(str) == len(ToLower(str)) (fix #3623)
We can't use a positional index on an original string that we got from
its lower-cased equivalent. Implement our own IndexFold() function b/c
the std lib does not have one.
2020-07-31 13:55:01 -06:00
..
caddyhttp fileserver: Don't assume len(str) == len(ToLower(str)) (fix #3623) 2020-07-31 13:55:01 -06:00
caddypki caddypki: Add 'acme_server' Caddyfile directive 2020-06-03 09:59:36 -06:00
caddytls caddytls: Replace lego with acmez (#3621) 2020-07-30 15:18:14 -06:00
filestorage httpcaddyfile: Minor fixes to parsing storage options 2020-05-01 09:34:32 -06:00
logging logging: ⚠️ Deprecate logfmt encoder 2020-07-13 16:18:34 -06:00
standard chore: Rename file to be consistent 2020-07-11 17:53:33 -06:00