A plugin for installing and managing mod_xsendfile for Apache.
-
script/plugin install git://github.com/railsmachine/moonshine_xsendfile.git
-
Configure settings. At the very least, you usually want to be able to xsend files from the rails_root:
configure :xsendfile => {:x_send_file_path => rails_root}
-
Include the recipe in your Moonshine manifest
recipe :xsendfile
Unless otherwise specified, all content copyright © 2014, Rails Machine