Update php.sh
This commit is contained in:
parent
61a9e0a874
commit
3d91ac2207
|
|
@ -77,7 +77,9 @@ sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file
|
||||||
sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file
|
sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file
|
||||||
|
|
||||||
#install
|
#install
|
||||||
. ./ioncube.sh
|
if [ .$cpu_architecture = .'x86' ]; then
|
||||||
|
. ./ioncube.sh
|
||||||
|
fi
|
||||||
|
|
||||||
#restart php-fpm
|
#restart php-fpm
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue