Skip to content

Commit 31534d6

Browse files
authored
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.
1 parent 60af459 commit 31534d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/1.0/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The last step in the installation process is to set the correct permissions on t
184184
use them correctly.
185185

186186
``` bash
187-
# If using NGINX or Apache (not on RHEL / Rocky Linux / AlmaLinux)
187+
# If using NGINX, Apache or Caddy (not on RHEL / Rocky Linux / AlmaLinux)
188188
chown -R www-data:www-data /var/www/pterodactyl/*
189189

190190
# If using NGINX on RHEL / Rocky Linux / AlmaLinux

0 commit comments

Comments
 (0)