mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Add Apache module config to readme/docker
This commit is contained in:
parent
c95d8c4954
commit
04b5000de7
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ RUN sudo usermod -g committers se
|
|||
RUN mkdir -p /standardebooks.org/web
|
||||
RUN mkdir /var/log/local
|
||||
|
||||
RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi authn_dbd
|
||||
RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi authn_dbd authn_socache
|
||||
|
||||
# Disable opcaching for dynamic PHP reloading
|
||||
RUN echo "opcache.enable=0" >> /etc/php/7.4/fpm/php.ini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue