diff --git a/web/app/Installers/Server/Applications/PHPInstaller.php b/web/app/Installers/Server/Applications/PHPInstaller.php index ad319e9..f11aafb 100644 --- a/web/app/Installers/Server/Applications/PHPInstaller.php +++ b/web/app/Installers/Server/Applications/PHPInstaller.php @@ -64,6 +64,8 @@ class PHPInstaller } $commands[] = 'a2enmod cgi'; + $commands[] = 'a2enmod deflate'; + $commands[] = 'a2enmod expires'; $commands[] = 'a2enmod mime'; $commands[] = 'a2enmod rewrite'; $commands[] = 'a2enmod env';