Roundcube is now using php7, update the htaccess, fixes #366
This commit is contained in:
@@ -19,6 +19,7 @@ RUN rm -rf /var/www/html/ \
|
|||||||
&& mv roundcubemail-* html \
|
&& mv roundcubemail-* html \
|
||||||
&& cd html \
|
&& cd html \
|
||||||
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
|
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
|
||||||
|
&& sed -i 's,mod_php5.c,mod_php7.c,g' .htaccess \
|
||||||
&& chown -R www-data: logs
|
&& chown -R www-data: logs
|
||||||
|
|
||||||
COPY php.ini /usr/local/etc/php/conf.d/roundcube.ini
|
COPY php.ini /usr/local/etc/php/conf.d/roundcube.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user