From 31534d6d24598466340485a79d2ef3e94923f19c Mon Sep 17 00:00:00 2001 From: Az <49626546+azfoxd@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:23:56 +0200 Subject: [PATCH] Update getting_started.md Add Caddy reference to the permissions part, otherwise the panel will return a 500 error if using Caddy as a webserver when trying to access it because permissions weren't applied. Not sure if it is necessary on RHEL, Alma/Rocky as well as I mainly use Debian. --- panel/1.0/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/1.0/getting_started.md b/panel/1.0/getting_started.md index fee3f5bb..d534da4c 100644 --- a/panel/1.0/getting_started.md +++ b/panel/1.0/getting_started.md @@ -184,7 +184,7 @@ The last step in the installation process is to set the correct permissions on t use them correctly. ``` bash -# If using NGINX or Apache (not on RHEL / Rocky Linux / AlmaLinux) +# If using NGINX, Apache or Caddy (not on RHEL / Rocky Linux / AlmaLinux) chown -R www-data:www-data /var/www/pterodactyl/* # If using NGINX on RHEL / Rocky Linux / AlmaLinux