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.
This commit is contained in:
Az 2024-10-17 17:23:56 +02:00 committed by GitHub
parent 60af459361
commit 31534d6d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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