# Ensure ACME challenge files are served as static files (no rewrite to proxy)
# Required for cPanel AutoSSL HTTP DCV - only affects this directory
<IfModule mod_rewrite.c>
    RewriteEngine Off
</IfModule>
