This patch is now in the new release
This commit is contained in:
parent
8dc3edfc17
commit
e799c21f6d
|
@ -12,9 +12,6 @@ RUN wget https://github.com/FreshRSS/Extensions/archive/0812ee05c24c5610e4a9fefb
|
|||
mv /app/code/extensions /app/code/extensions-orig && \
|
||||
ln -s /app/data/extensions /app/code/extensions
|
||||
|
||||
# https://github.com/FreshRSS/FreshRSS/issues/2233
|
||||
RUN sed -e "s/SetEnvIf/SetEnvIfNoCase/" -i /app/code/p/api/.htaccess
|
||||
|
||||
# configure apache
|
||||
RUN rm /etc/apache2/sites-enabled/*
|
||||
RUN sed -e 's,^ErrorLog.*,ErrorLog "|/bin/cat",' -i /etc/apache2/apache2.conf
|
||||
|
|
Loading…
Reference in New Issue