Config updates#29
Conversation
Load the standard (host.conf) config first and the override (httpd-vhost-overrides.conf) config last, so overrides actually take effect.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR reorders Apache virtual host configuration includes to ensure custom overrides apply after the base host configuration, allowing override directives to take precedence. The HTTPS virtual host now accepts both TLSv1.2 and TLSv1.3. Tests confirm directory-level overrides work correctly with the new load order. ChangesApache Virtual Host Override Precedence
🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
5a9a7bb to
e21a2d5
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
host.conf) config first and the override (httpd-vhost-overrides.conf) config last, so overrides actually take effect.Directoryblock configuration overridesResolves #27
Summary by CodeRabbit
New Features
Tests