v2.8.1
caddyserver/caddyv2.8.1May 30, 2024by github-actions[bot]
AI Summary
Quick fixes for directory permissions and matcher parsing issues.
Key Highlights
- Fixes merging of consecutive `client_ip` or `remote_ip` matchers.
- Ensures app data directory is created with correct permissions (0o700).
Full Release Notes
Quick fixes for a few users related to directory permissions and matcher parsing. ## Changelog * 40c582ce caddyhttp: Fix merging consecutive `client_ip` or `remote_ip` matchers (#6350) * a52917a3 core: MkdirAll appDataDir in InstanceID with 0o700 (#6340)