Class: Avm::Stereotypes::EacRailsBase0::ApacheHost

Inherits:
Avm::Stereotypes::EacWebappBase0::ApacheHost show all
Defined in:
lib/avm/stereotypes/eac_rails_base0/apache_host.rb

Instance Method Summary collapse

Methods inherited from Avm::Stereotypes::EacWebappBase0::ApacheHost

#no_ssl_site_content, #run

Instance Method Details

#document_rootObject



9
10
11
# File 'lib/avm/stereotypes/eac_rails_base0/apache_host.rb', line 9

def document_root
  "#{instance.read_entry(:fs_path)}/public"
end

#extra_contentObject



13
14
15
# File 'lib/avm/stereotypes/eac_rails_base0/apache_host.rb', line 13

def extra_content
  'PassengerEnabled On'
end