1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 23:17:25 +00:00

Apache passenger performance tuning

This commit is contained in:
2016-01-14 19:07:16 +00:00
parent 5692193b39
commit 2ebe5cb360
3 changed files with 7 additions and 6 deletions

View File

@@ -2,9 +2,7 @@
<VirtualHost _default_:443>
DocumentRoot /var/www/public
RailsEnv production
PassengerMaxPoolSize 3
PassengerMinInstances 3
PassengerPreStart
RailsBaseURI /
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLEngine on