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