mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-10 07:48:29 +00:00
Prestart on 443
This commit is contained in:
@@ -72,7 +72,7 @@ RUN a2ensite default-ssl.conf
|
|||||||
# Add apache tuning stuff
|
# Add apache tuning stuff
|
||||||
RUN echo PassengerMaxPoolSize 3 >> /etc/apache2/apache2.conf
|
RUN echo PassengerMaxPoolSize 3 >> /etc/apache2/apache2.conf
|
||||||
RUN echo PassengerMinInstances 3 >> /etc/apache2/apache2.conf
|
RUN echo PassengerMinInstances 3 >> /etc/apache2/apache2.conf
|
||||||
RUN echo PassengerPreStart >> /etc/apache2/apache2.conf
|
RUN echo PassengerPreStart *:443 >> /etc/apache2/apache2.conf
|
||||||
|
|
||||||
# By default, simply start apache.
|
# By default, simply start apache.
|
||||||
CMD /usr/sbin/apache2ctl -D FOREGROUND
|
CMD /usr/sbin/apache2ctl -D FOREGROUND
|
||||||
|
|||||||
Reference in New Issue
Block a user