Search Knowledge Base Articles
-
Deploy web project to server (PLESK) as a subdomain or staging phase from your Github.com
30-10-2023 09:49:26CloudFlare.com Go to Cloudflare.com and sign in At the home page, you will see a list of domain like in the picture below ... -
Change PHP Version On PLESK Terminal
07-03-2025 06:08:47$ which php /usr/bin/php $ mv /usr/bin/php /usr/bin/php-backup $ ln -s /opt/plesk/php/7.3/bin/php /usr/bin/php $ php -v... -
Install, configure, and manage Laravel queue workers using Supervisor on a Linux server
10-03-2025 14:23:23🛠 Step 1: Install Supervisor For Ubuntu/Debian sudo apt update && sudo apt install supervisor -y For CentOS/RHEL...