You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's an example where we store the extra configuration in a template, tell moonshine to use it. In app/manifest/application_manifest.rb:
class ApplicationManifest < BaseManifest
configure :passenger => { :vhost_extra => template('app/manifests/templates/vhost_extras.erb') }
recipe :default_stack
# rest of your manifest
end
Anything in app/manifests/templates/vhost_extras.erb will now be rendered as a template into /etc/apache2/sites-enabled/APP.