mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-28 19:22:33 -04:00
Docker Debian disable unused PHP modules (#5994)
https://github.com/FreshRSS/FreshRSS/issues/5993
This commit is contained in:
committed by
GitHub
parent
0c178fe562
commit
a3ebfe76ea
@@ -36,6 +36,7 @@ LABEL \
|
||||
|
||||
RUN a2dismod -q -f alias autoindex negotiation status && \
|
||||
a2dismod -q auth_openidc && \
|
||||
phpdismod calendar exif ffi ftp gettext mysqli posix readline shmop sockets sysvmsg sysvsem sysvshm xsl && \
|
||||
a2enmod -q deflate expires headers mime remoteip setenvif && \
|
||||
a2disconf -q '*' && \
|
||||
a2dissite -q '*' && \
|
||||
|
||||
Reference in New Issue
Block a user