Droplet Setup
cat ~/.ssh/id_rsa.pub | ssh root@68.183.46.73 'cat >> ~/.ssh/authorized_keys'sudo cat .db_passwordsudo cat .litespeed_passwordLiteSpeed Configuration
ufw allow 7080adminsudo cat .litespeed_passwordLiteSpeed Configuration - Enabling SSL redirects
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R,L]

ufw delete allow 7080PHP Configuration
cd /usr/local/lsws/lsphp73/etc/php/7.3/litespeed/cd and open the file (this path may differ due to php versions)short_open_tag = Off to On and save/usr/local/lsws/bin/lswsctrl restartMySQL Monitor