mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update PHPInstaller.php
This commit is contained in:
parent
df3d15aa9a
commit
c14e1e7188
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ class PHPInstaller
|
|||
}
|
||||
|
||||
$commands[] = 'a2enmod cgi';
|
||||
$commands[] = 'a2enmod deflate';
|
||||
$commands[] = 'a2enmod expires';
|
||||
$commands[] = 'a2enmod mime';
|
||||
$commands[] = 'a2enmod rewrite';
|
||||
$commands[] = 'a2enmod env';
|
||||
|
|
Loading…
Reference in a new issue