Applications
Each website or app you host on a server is called an application. Creating one sets up a virtual host, a document root directory, and a dedicated PHP-FPM pool.
Before you start
Open your server and click "Applications" in the sidebar. Then click "Create Application".
Type your domain without the http:// prefix (e.g. myblog.com). DeployFly also automatically handles www.myblog.com as an alias.
Select the PHP version this application should use. You can change this later per-app without affecting other applications on the same server.
Click "Create". DeployFly generates the Nginx (or Apache) virtual host config, creates /var/www/yourdomain.com/, and sets up a PHP-FPM pool just for this app.
In your domain registrar or DNS provider, add an A record pointing yourdomain.com to your server's IP address. DNS propagation can take up to 24 hours.
Use the File Manager to upload files, connect a Git repository for automatic deployments, or use a 1-click installer (WordPress, Laravel, etc.) to get started instantly.
Watch out
Tips