mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 06:13:54 +02:00
Fixes https://github.com/certbot/certbot/issues/9835#issuecomment-2717096178, where our `RewriteEngine on` directive inserted at the beginning of a virtualhost was overridden a `RewriteEngine Off` directive later. This PR does the easy thing of placing `RewriteEngine on` in our post-insert.
Apache plugin for Certbot