diff --git a/installer.sh b/installer.sh index 655365e..4d62830 100755 --- a/installer.sh +++ b/installer.sh @@ -308,7 +308,14 @@ fi # Print completion message echo "LiteSpeed Server Appliance installed successfully!" -echo "Default Web Root: /var/www/html" -echo "Access OpenLiteSpeed WebAdmin at: https://:7080" -echo "Run '/usr/local/lsws/admin/misc/admpass.sh' as root to change WebAdmin password" -echo "Self-signed SSL enabled for main site. Run Certbot later to upgrade to Let's Encrypt." +echo +echo "System" +echo " Default php.ini: /usr/local/lsws/lsphp83/etc/php/${PHPVER}/litespeed/php.ini" +echo " Default Web Root: /var/www/html" +echo +echo "WebAdmin" +echo " OpenLiteSpeed WebAdmin: https://:7080" +echo " Set admin Password: /usr/local/lsws/admin/misc/admpass.sh (as root)" +echo +echo "SSL" +echo "Self-signed cert enabled. Run Certbot to upgrade to Let's Encrypt."