mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-02 05:15:12 +00:00
Explicitly enable apache mods listed in the .htaccess
This commit is contained in:
@@ -21,7 +21,7 @@ RUN a2disconf other-vhosts-access-log
|
||||
ADD apache/freshrss.conf /etc/apache2/sites-enabled/freshrss.conf
|
||||
RUN echo "Listen 8000" > /etc/apache2/ports.conf
|
||||
|
||||
RUN a2enmod headers expires
|
||||
RUN a2enmod headers expires deflate mime dir
|
||||
|
||||
RUN rm -rf /var/lib/php \
|
||||
&& ln -s /run/php /var/lib/php \
|
||||
|
Reference in New Issue
Block a user