Add hint to update nginx conf when upgrading php

This commit is contained in:
Jakob 2020-11-10 00:55:15 +01:00 committed by GitHub
parent c3f4b30ceb
commit a0f85413f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,12 @@ You'll need to make sure your system dependencies are up to date before performi
reference the list below to ensure you have all of the required versions. reference the list below to ensure you have all of the required versions.
* PHP `7.3+` (`7.4` recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`, and `fpm` if you are planning to use nginx * PHP `7.3+` (`7.4` recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`, and `fpm` if you are planning to use nginx
::: warning Nginx
If you upgrade your PHP version and are using nginx as your webserver, you will have to update the
`fastcgi_pass` value in your nginx's `pterodactyl.conf` configuration to use the correct `php-fpm` socket.
:::
* MySQL `5.7.22` or higher (MySQL `8` recommended) **or** MariaDB `10.2` or higher. * MySQL `5.7.22` or higher (MySQL `8` recommended) **or** MariaDB `10.2` or higher.
::: warning Seriously, Double Check your Database Version ::: warning Seriously, Double Check your Database Version