Sha256: 59efcad7705f658328573b551a7f5a82aca1d895dead22671b25874b2a94b5af
Contents?: true
Size: 405 Bytes
Versions: 60
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true require 'avm/stereotypes/eac_webapp_base0/apache_host' module Avm module Stereotypes module EacRailsBase0 class ApacheHost < ::Avm::Stereotypes::EacWebappBase0::ApacheHost def document_root "#{instance.read_entry(:fs_path)}/public" end def extra_content 'PassengerEnabled On' end end end end end
Version data entries
60 entries across 60 versions & 1 rubygems