update php for security conf

This commit is contained in:
newnius
2017-03-30 22:23:56 +08:00
parent 7d154bdaa6
commit 342312b75e
5 changed files with 2111 additions and 0 deletions

View File

@@ -5,3 +5,9 @@ RUN docker-php-source extract \
&& a2enmod rewrite \
&& a2enmod ssl \
&& docker-php-source delete
ADD php.ini /usr/local/etc/php/
ADD apache2.conf /etc/apache2/
ADD security.conf /etc/apache2/conf-available/