diff options
Diffstat (limited to 'www-apache/mod_xsendfile/files/50_mod_xsendfile.conf')
-rw-r--r-- | www-apache/mod_xsendfile/files/50_mod_xsendfile.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf b/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf new file mode 100644 index 000000000000..4e5351f882e4 --- /dev/null +++ b/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf @@ -0,0 +1,5 @@ +<IfDefine XSENDFILE> +LoadModule xsendfile_module modules/mod_xsendfile.so +</IfDefine> + +# vim: ts=4 filetype=apache |