• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. H

    Issue Commit or push changes to github

    I would like to push the changes made on the server directory to GitHub. Currently, there is an option to pull the FILES from GitHub and deploy to the production stage. But I need to push the files on the plesk directories to the Github.
  2. H

    Question Rate limiting on Ngnix

    Thanks for the info. But i would prefer to limit the requests per second for single IP address.
  3. H

    Question Rate limiting on Ngnix

    How do I use Ngnix rate limits? limit_req_zone $binary_remote_addr zone=mylimit:10m rate=10r/s; server { location /login/ { limit_req zone=mylimit; proxy_pass http://my_upstream; } } in the additional Nginx directive of Plesk??? I just tried this... Server directory is...
  4. H

    Input Scheduled backup to google drive for free

    On the taskbar? Hey can you show a video tut on how to do this? Really appreciated.
  5. H

    Input Scheduled backup to google drive for free

    Are you sure the scheduled backup is free? Manual backup is only free.
  6. H

    Input Scheduled backup to google drive for free

    Please do add this feature for free instead of subscription based. At least let us backup specific database.. It is highly recommended.
  7. H

    Question Cron job to backup zipped mysql database to google drive

    I even tried full server backup using the code below in cronjob command But i find no success.
  8. H

    Question Cron job to backup zipped mysql database to google drive

    Can some body help me to backup one of my database to google drive using cronjob GUI. I have installed the google drive extension and connected my account. I cannot afford the Premium backup scheduled option now. If possible to backup zipped sql?
Back
Top