mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 06:07:20 +00:00
Trying to tune apache performance
This commit is contained in:
@@ -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/">
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
<VirtualHost _default_:443>
|
||||
DocumentRoot /var/www/public
|
||||
RailsEnv production
|
||||
PassengerMaxPoolSize 3
|
||||
PassengerMinInstances 3
|
||||
PassengerPreStart
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
SSLEngine on
|
||||
|
||||
Reference in New Issue
Block a user