Update 'Main-Installer.sh'
This commit is contained in:
@@ -128,7 +128,6 @@ ufw allow 80/tcp
|
||||
ufw limit ssh
|
||||
echo "y" | sudo ufw enable
|
||||
|
||||
|
||||
#-------------------#
|
||||
# Install Phase #
|
||||
#-------------------#
|
||||
@@ -184,22 +183,6 @@ expire_logs_days = 10
|
||||
max_binlog_size = 100M
|
||||
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 #
|
||||
#--------------#
|
||||
|
||||
Reference in New Issue
Block a user