From 9b288301b32c9a4d712f328ee040c710601f33de Mon Sep 17 00:00:00 2001 From: barbabarros <40841971+barbabarros@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:50:50 -0300 Subject: [PATCH] Update updating.md Added troubleshooting for 502 Bad Gateway after updating php. --- panel/1.0/updating.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panel/1.0/updating.md b/panel/1.0/updating.md index a49c8d89e..68a6df7b2 100644 --- a/panel/1.0/updating.md +++ b/panel/1.0/updating.md @@ -49,6 +49,9 @@ vagrant@pterodactyl:~/app$ composer --version Composer version 2.3.5 2022-04-13 16:43:00 ``` +**After updating php**, please confirm that the /etc/nginx/sites-available/pterodactyl.conf file has the correct path to php-fpm to avoid nginx 502 Bad Gateway error. +`fastcgi_pass unix:/run/php/php8.3-fpm.sock;` + ## Self Upgrade ::: warning