mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Merge pull request #273 from pterodactyl/schrej-patch-1
Add hint to update nginx conf when upgrading php
This commit is contained in:
commit
43447d05e0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user