• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. Y

    Issue laravel toolkit, how to remove domain from scan?

    At the moment, it is not possible to do this using Plesk But this sounds like a great idea for a UserVoice suggestion. You can share the link in this thread, so if another user with the same interest sees it, they can cast their vote.
  2. Y

    Issue .NET Toolkit suddenly stopped working

    This article should help you.
  3. Y

    Issue Docker overlay2 keep growing in size

    The file in the /var/lib/docker/overlay2 directory with the container ID you specified is a merged layer of the Docker container's filesystem. This file grows because files are actively being created or modified in the container. It is impossible to limit the container volume using docker...
  4. Y

    Issue Unable to create the remote backup

    You can try following to increase cache size [pmm] ftpMaxResumeAttempts = 5 ftpMaxResumeFailures = 10 streamCacheSize = 24
  5. Y

    Issue After migration tool using for nodejs server

    Perhaps this article will help you
  6. Y

    Question Debian/Ubuntu + Plesk 18 + Laravel 10 + FirebirdSQL

    Most likely the PHP handler does not have the required extension. You can check by running the command If the list is empty, you need to install it yourself. Unfortunately, there are no instructions for installing Firebird. But you can use this article
  7. Y

    Question Laravel Toolkit change default version

    You are probably using PHP version 7.3 You should change the PHP version If you could not find the version of PHP you need in the list, you can install it yourself
  8. Y

    Resolved Application installation problems with Laravel Tookit

    Hello. This issue has been fixed EXTPLESK-4879
  9. Y

    Issue Issue with Plesk Git webhook - Timeout error and no deployment or pulling

    You can specify which git hosting you are using (GitHub, BitBucket). Try to enable debug [debug] enabled = 1 and initiate a hook call
  10. Y

    Issue Nginx 403 forbidden

    The first thing to start with is to check that these files are readable by the user ls -l
  11. Y

    Question Workaround to modify the time-to-expire for password reset links(specifically email account passwords), up from 24hrs.

    Unfortunately there are no such settings. For security reasons, the lifetime of the link is limited to 24 hours.
  12. Y

    Question Laravel Toolkit: Changing git repository on existing application breaks deployment

    There is workaround sqlite3 /opt/psa/var/modules/laravel/laravel_toolkit.sqlite3 sqlite> select repoName from applications where domainId = <domain id>; You will get a response like this 'laravel_2efa6e' Go to Domain -> Git -> Repository settings Set to 'Repository name' received value
  13. Y

    Question Ipv6 only servers/vps

    IPv6 is supported on vps currently
  14. Y

    Question whitelist JSON URL with the firewall

    The goal of firewall is to block access for specific ip. Could you clarify why you think the firewall is not allowing access to these files?
  15. Y

    Resolved CLI: How to change "Preferred Domain" to domain name

    You should execute following command Or you can use XML API. Example
  16. Y

    Issue can't login Server Error 500 Internal Server Error

    Hello, alhrms. You can try do following:
Back
Top