From 1526de0510ca1763a152948405770ea40b98b723 Mon Sep 17 00:00:00 2001 From: Jhonatan Pereira Date: Thu, 3 Jan 2019 08:00:35 -0200 Subject: [PATCH 1/2] 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. --- community/install/panel/centos7.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/install/panel/centos7.md b/community/install/panel/centos7.md index 1da3024c..706911ac 100644 --- a/community/install/panel/centos7.md +++ b/community/install/panel/centos7.md @@ -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) \ No newline at end of file +Follow the regular guide to install the [panel](/panel/getting_started.md#installation) From d2d55bbff057c0358393a757cfc23a01903bc27a Mon Sep 17 00:00:00 2001 From: Jhonatan Pereira Date: Fri, 4 Jan 2019 11:03:02 -0200 Subject: [PATCH 2/2] Message improvement --- community/install/panel/centos7.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/install/panel/centos7.md b/community/install/panel/centos7.md index 706911ac..58992a8a 100644 --- a/community/install/panel/centos7.md +++ b/community/install/panel/centos7.md @@ -115,8 +115,7 @@ We have a tutorial in the tutorial section ### PHP -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. +Place the contents below in a file inside the `/etc/php-fpm.d` folder. The file can be named anything, but a good standard is `www-pterodactyl.conf`. This config will match the nginx config later in the guide. <<< @/.snippets/php-fpm/pterodactyl-centos.conf