Sha256: 0ea89b5769add3d426987a4367b0f78900ef4bfe678845c8b13f1c72a87a6335
Contents?: true
Size: 793 Bytes
Versions: 3
Compression:
Stored size: 793 Bytes
Contents
<VirtualHost *:80> ServerName <%= @app_name %>.<%= TSRails::Constants.get(:test_app_domain) %> DocumentRoot <%= TSRails::Constants.get(:remote_apache_dir) %>/<%= @app_name %>.<%= TSRails::Constants.get(:test_app_domain) %>/current/public ErrorLog <%= TSRails::Constants.get(:remote_apache_dir) %>/<%= @app_name %>.<%= TSRails::Constants.get(:test_app_domain) %>/current/log/apache_error_log RailsSpawnMethod smart PassengerMaxRequests 5000 PassengerStatThrottleRate 5 RailsAppSpawnerIdleTime 0 RailsFrameworkSpawnerIdleTime 0 PassengerPoolIdleTime 1000 <Directory "<%= TSRails::Constants.get(:remote_apache_dir) %>/<%= @app_name %>.<%= TSRails::Constants.get(:test_app_domain) %>/current/public"> Allow from all Options -MultiViews </Directory> </VirtualHost>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tsrails-2.0.3 | template/files/apache_config.conf |
tsrails-2.0.2 | template/files/apache_config.conf |
tsrails-2.0.0 | template/files/apache_config.conf |