Replace wildcard to absolute path with wildcard (#319)

Would be pretty bad if someone executed this in a different directory..
This commit is contained in:
Lukas 2021-01-28 05:24:58 +01:00 committed by GitHub
parent 4c8c37fa99
commit 3c66703825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,13 +154,13 @@ use them correctly.
``` bash
# If using NGINX or Apache (not on CentOS):
chown -R www-data:www-data *
chown -R www-data:www-data /var/www/pterodactyl/*
# If using NGINX on CentOS:
chown -R nginx:nginx *
chown -R nginx:nginx /var/www/pterodactyl/*
# If using Apache on CentOS
chown -R apache:apache *
chown -R apache:apache /var/www/pterodactyl/*
```
## Queue Listeners