mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
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:
parent
4c8c37fa99
commit
3c66703825
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user