Update CentOS 7 tutorial

The instructions about where the contents described should be placed were not clear, leading to error 403 at the end of the installation.
This commit is contained in:
Jhonatan Pereira 2019-01-03 08:00:35 -02:00 committed by GitHub
parent ce60274305
commit 1526de0510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,9 +115,8 @@ We have a tutorial in the tutorial section
### PHP
The default php-fpm configuration is good to use but you need to edit the nginx config to use the ip address.
The following config is the one that will match the nginx config later in the guide.
Place the contents below in a file called `www-pterodactyl.conf` in the `/etc/php-fpm.d` folder.
<<< @/.snippets/php-fpm/pterodactyl-centos.conf
@ -140,4 +139,4 @@ The default Redis install is perfectly fine for the panel.
If you have Redis already in use you may want to look into running another Redis instance similar to [this guide](https://community.pivotal.io/s/article/How-to-setup-and-run-multiple-Redis-server-instances-on-a-Linux-host)
## Installing the panel
Follow the regular guide to install the [panel](/panel/getting_started.md#installation)
Follow the regular guide to install the [panel](/panel/getting_started.md#installation)