mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 14:36:59 +00:00
Apache passenger performance tuning
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<VirtualHost *:80>
|
||||
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
|
||||
<Directory "/var/www/">
|
||||
|
||||
Reference in New Issue
Block a user