1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-17 02:39:05 +00:00

Trying to tune apache performance

This commit is contained in:
2016-01-14 18:40:17 +00:00
parent 547dbf9371
commit 5692193b39
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
<VirtualHost *:80>
DocumentRoot /var/www/public
RailsEnv production
PassengerMaxPoolSize 3
PassengerMinInstances 3
PassengerPreStart
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory "/var/www/">