Sha256: 28a23cd5000bf24f1de2c454038393a1cfc18f5b73fedf4674310cffa9047c0e
Contents?: true
Size: 676 Bytes
Versions: 6
Compression:
Stored size: 676 Bytes
Contents
# Don't cause the server to break if Passenger module not loaded <IfModule passenger_module> <VirtualHost *:80> ServerName <%= domain %> DocumentRoot "<%= passenger_document_root %>" RailsEnv <%= rails_env %> RailsAllowModRewrite <%= passenger_rails_allow_mod_rewrite %> AliasMatch (^/stylesheets/.*) "<%= passenger_document_root %>$1" AliasMatch (^/javascripts/.*) "<%= passenger_document_root %>$1" AliasMatch (^/images/.*) "<%= passenger_document_root %>$1" AliasMatch .* "<%= shared_path %>/system/maintenance.html" <directory "<%= passenger_document_root %>"> Order allow,deny Allow from all </directory> </VirtualHost> </IfModule>
Version data entries
6 entries across 6 versions & 1 rubygems