Wordpress deployment on nginx
Creating the virtual machine
Create a virtual machine
Select Web Server Type
nginxSelect programming language
PHPSelect Database
MySQLSelect Location - the one closest to your users
FrankfurtSelect the operating system
UbuntuSelect Plan
1 cpu / 1gbCreating the application
Create application and choose the virtual machine you have previously created
Choose the Wordpress application from the list
Deploy
Login into the wordpress admin
Install All-in-One WP Migration
On the origin website go to Export and download the archive
On the bunnyshell wordpress instance go to Import
We need to change the max upload size
SSH into the machine
Locate the php.ini file
/etc/php/7.4/fpm/php.ini
Edit the php settings
Search for the following properties and update them
Increase the nginix client_max_body_size
Open the file
Search for client_max_body_size property and update it to 2048m
Restart nginix
Restart php-fpm/php
Upload the wordpress archive
Last updated
Was this helpful?