Update PHPInstaller.php

This commit is contained in:
Bozhidar 2024-09-02 12:48:04 +03:00
parent df3d15aa9a
commit c14e1e7188

View file

@ -64,6 +64,8 @@ class PHPInstaller
}
$commands[] = 'a2enmod cgi';
$commands[] = 'a2enmod deflate';
$commands[] = 'a2enmod expires';
$commands[] = 'a2enmod mime';
$commands[] = 'a2enmod rewrite';
$commands[] = 'a2enmod env';