X-Sendfile on Apache and Lucee

Hello. Has anyone tried to setup x-sendfile on Apache and Lucee? I found this article Streaming Secure Files Efficiently With ColdFusion And MOD XSendFile that sets it up for ColdFusion. I did everything the same way as the article says, but the only thing that is different is this line of code in httpd-vhosts.conf file

# Include the ColdFusion connector.
Include “/private/etc/apache2/cf8-main.conf”

I could not find something similar to this in Lucee. Any ideas?