From e51232389fbd43a7f06a102b1ea2159da32e1080 Mon Sep 17 00:00:00 2001 From: Maxetow <149953990+Maxetow@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:16:23 +0100 Subject: [PATCH] Update environment.mdx Change the Pterodactyl to Jexactyl --- docs/install-from-scratch/environment.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install-from-scratch/environment.mdx b/docs/install-from-scratch/environment.mdx index 5f2a30a..1efe2e1 100644 --- a/docs/install-from-scratch/environment.mdx +++ b/docs/install-from-scratch/environment.mdx @@ -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. -::: \ No newline at end of file +:::