Merge pull request #273 from pterodactyl/schrej-patch-1

Add hint to update nginx conf when upgrading php
This commit is contained in:
Dane Everitt 2020-11-10 10:43:33 -08:00 committed by GitHub
commit 43447d05e0
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.
* 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.
::: warning Seriously, Double Check your Database Version