Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update environment.mdx #33

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/install-from-scratch/environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ Finally, give the webserver necessary permissions to access files via the `chown
chmod -R 755 storage/* bootstrap/cache/

# If using NGINX, Apache or Caddy (not on RHEL / Rocky Linux / AlmaLinux)
chown -R www-data:www-data /var/www/pterodactyl/*
chown -R www-data:www-data /var/www/jexactyl/*

# If using NGINX on RHEL / Rocky Linux / AlmaLinux
chown -R nginx:nginx /var/www/pterodactyl/*
chown -R nginx:nginx /var/www/jexactyl/*

# If using Apache on RHEL / Rocky Linux / AlmaLinux
chown -R apache:apache /var/www/pterodactyl/*
chown -R apache:apache /var/www/jexactyl/*
```

:::info
TEMPORARY WORKAROUND: As this software version is extremely new and unstable, the following workaround is required:

Set `RECAPTCHA_ENABLED=false` in your `.env` file to disable ReCAPTCHA, as the module currently doesn't work.
:::
:::