mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -06:00
Add hint to update nginx conf when upgrading php
This commit is contained in:
parent
c3f4b30ceb
commit
a0f85413f3
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user