diff --git a/docker/base-php/000-default.conf b/docker/base-php/000-default.conf index 90b25958cc..319a738135 100644 --- a/docker/base-php/000-default.conf +++ b/docker/base-php/000-default.conf @@ -8,6 +8,11 @@ Require all denied + #https://www.howtogeek.com/devops/how-to-configure-cache-control-headers-in-apache/ + + Header set Cache-Control "max-age=63072000, public" + + # https://httpd.apache.org/docs/2.4/mod/core.html#loglevel #LogLevel info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.log