mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Fix roundcube sso header issue
Removed apache rewrite module.
This commit is contained in:
parent
4c5c6c3b5f
commit
7083b3f7c6
@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& sed -i 's,^php_value.*upload_max_filesize,#&,g' .htaccess \
|
||||
&& chown -R www-data: logs temp \
|
||||
&& rm -rf /var/lib/apt/lists \
|
||||
&& a2enmod rewrite deflate expires headers
|
||||
&& a2enmod deflate expires headers
|
||||
|
||||
COPY php.ini /php.ini
|
||||
COPY config.inc.php /var/www/html/config/
|
||||
|
Loading…
Reference in New Issue
Block a user