Update 'Main-Installer.sh'
This commit is contained in:
@@ -128,7 +128,6 @@ ufw allow 80/tcp
|
|||||||
ufw limit ssh
|
ufw limit ssh
|
||||||
echo "y" | sudo ufw enable
|
echo "y" | sudo ufw enable
|
||||||
|
|
||||||
|
|
||||||
#-------------------#
|
#-------------------#
|
||||||
# Install Phase #
|
# Install Phase #
|
||||||
#-------------------#
|
#-------------------#
|
||||||
@@ -184,22 +183,6 @@ expire_logs_days = 10
|
|||||||
max_binlog_size = 100M
|
max_binlog_size = 100M
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
#-------------------#
|
|
||||||
# OPCACHE GUI #
|
|
||||||
#-------------------#
|
|
||||||
|
|
||||||
wget https://raw.githubusercontent.com/amnuts/opcache-gui/master/index.php -O /var/www/"$domain"/public_html/opcache.php
|
|
||||||
|
|
||||||
#----------------#
|
|
||||||
# PHP.info #
|
|
||||||
#----------------#
|
|
||||||
|
|
||||||
cat > /var/www/"$domain"/public_html/info.php <<- "EOF"
|
|
||||||
<?php
|
|
||||||
phpinfo();
|
|
||||||
?>
|
|
||||||
EOF
|
|
||||||
|
|
||||||
#--------------#
|
#--------------#
|
||||||
# Reboot #
|
# Reboot #
|
||||||
#--------------#
|
#--------------#
|
||||||
|
|||||||
Reference in New Issue
Block a user