2019-01-04

This commit is contained in:
monlor
2019-01-04 22:36:35 +08:00
parent a7abe69c2c
commit 4e354b53b5
7 changed files with 2 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ config_php() {
sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 2000M/' ${mbtmp}/php.ini
umountsh $PHPCONF
mount --bind ${mbtmp}/php.ini $PHPCONF
echo "<?php phpinfo(); ?>" > $WWW/info.php
rm -rf $WWW/index.html
# echo "<?php phpinfo(); ?>" > $WWW/info.php
# rm -rf $WWW/index.html
}
config_nginx() {