Reputation: 1055
I am new to the VPS hosting server configuration. Recently bought a VPS package and configured the hosting server with MyVest. When I trying to select PHP version from the PHP version list, I am seeing the following options along with other PHP versions:
Now I want to know, what is the actual difference when choosing between PHP-FPM-73 and PHP-FPM-73-public OR PHP-FPM-74 and PHP-FPM-74-public versions?
Upvotes: 1
Views: 530
Reputation: 55437
According to the myVesta forums:
PHP-FPM-73-public is template for Laravel projects, difference is just docroot folder, it's /public_html/public/ instead of /public_html/ (which is default).
So you could probably use it for any project that wants the website root to live in a deeper folder than normal, such as Laravel, Symfony and Drupal.
Upvotes: 1