This repo use chef and combine Nginx and PHP-FPM to provide a wokring out of box a high performance web server. Its also install MySQL for database, composer for php managment and symfony framework under your web path.
it has dynamic configuration throught attributes. After installation you will see the php info page for default vhost and you will find 2 more virtual host enabled. one for port 80 redirect to port 443 for the virtual host name declared in symfony attributes
Nginx- Install and configurePHP-FPM- Install and configure in co-operation with nginxcomposer- For php managmentAcme client- For ssl requestSymfony framework- Installation in custom hostnameMySQL server- Install MySQL as a database
Simple run Symfony_LEMP recipe
This recive tested on ubuntu 16.04 but both base recipes work on many distribution such us
Redhat- Cookbooks you download or create.Debian- Store data bags and items in .json in the repository.BSD- Store roles in .rb or .json in the repository.
You can edit configuration options throught attributes.