1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Min instances and prestart

This commit is contained in:
2016-01-15 04:40:48 +00:00
parent 85187791e8
commit 64b7c40927

View File

@@ -71,8 +71,8 @@ RUN a2ensite default-ssl.conf
# Add apache tuning stuff
RUN echo PassengerMaxPoolSize 3 >> /etc/apache2/apache2.conf
#RUN echo PassengerPoolIdleTime 120 >> /etc/apache2/apache2.conf
#RUN echo RailsAutoDetect off >> /etc/apache2/apache2.conf
RUN echo PassengerMinInstances 3 >> /etc/apache2/apache2.conf
RUN echo PassengerPreStart >> /etc/apache2/apache2.conf
# By default, simply start apache.
CMD /usr/sbin/apache2ctl -D FOREGROUND