# Easy server provision for PHP environments using ServerPilot

DevFeed: [Easy server provision for PHP environments using ServerPilot](<https://devfeed.tech/articles/easy-server-provision-for-php-environments-using-serverpilot-39015.md>)

Original publisher: [Read original article](<https://blog.jgrossi.com/2018/easy-server-provision-for-php-environments-using-serverpilot/>)

Author: Junior Grossi

Published: 2018-03-12T03:00:35Z

Content type: tutorial

Language: en

Sources: [Junior Grossi](<https://devfeed.tech/sources/junior-grossi.md>)

Topics: [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [PHP](<https://devfeed.tech/topics/php.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [app](<https://devfeed.tech/tags/app.md>), [certificates](<https://devfeed.tech/tags/certificates.md>), [configure](<https://devfeed.tech/tags/configure.md>), [digital-ocean](<https://devfeed.tech/tags/digital-ocean.md>), [easier](<https://devfeed.tech/tags/easier.md>), [environments](<https://devfeed.tech/tags/environments.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [server](<https://devfeed.tech/tags/server.md>), [using](<https://devfeed.tech/tags/using.md>), [web](<https://devfeed.tech/tags/web.md>), [web-server](<https://devfeed.tech/tags/web-server.md>)

## AI overview

This tutorial explains how to use ServerPilot to provision a VPS for PHP and WordPress applications. It describes using NGINX as a reverse proxy, Apache as the PHP web server, and MySQL, with multiple PHP versions and plan options. The author discusses moving a blog to a DigitalOcean VPS and configuring SSL certificates.

## Source excerpt

Learn how to use a very simple and efficient service called ServerPilot for provisioning a web server to host your next PHP project or blog. Provisioning a well-configured web server for a PHP application is not an easy task. You can have experience doing that, but this is not my strongest skill, I admit. So ... Continue reading Easy server provision for PHP environments using ServerPilot